Can't Run Application On Some Android Devices
I made a QtQuick program and I found that Qt uses OpenGL ES 2.0 library. I amble to build and deploy my application to all devices, I have including AVD. But on some devices I rece
Solution 1:
After reinstalling Android SDK, Androind NDK, JDK, Qt to the latest versions applications works good on AVD.
Installed versions:
- Android SDK: 23.0.2
- Android NDK: r9d
- JDK: 1.6
- Qt: 5.2.1
- Os: OS X 10.9.3
Post a Comment for "Can't Run Application On Some Android Devices"