Qt 5.1 and Android unable to start 'org.qtproject.example.myFirstAndroidApp'
-
I am using Qt Creator 2.7.2 based on Qt 5.1.0 on Windows7 32-bit OS.
Yes, USB debugging is ON (I think that is a mandate)Firstly i want to make it work on the emulator.
On that too, it displays the same error and black screen.AVD Manager settings: Data partition size: 1024 Mb
AVD Target: API17
CPU/ABI: armeabi-v7a -
Moster, which api Level do you use?
-
Moster,
adb logcat shows the following error on start of application:
E/Qt ( 1469): Can't create main activity
E/Qt ( 1469): java.io.FileNotFoundException: /data/data/org.qtproject.example.Sample/lib/lib--Managed_by_Qt_Creator--plugins_platforms_android_libqtforandroid.so: open failed: ENOENT (No such file or directory) -
Use Qt libraries from device - checked
Use local Qt Libraries - checked
Rest unchecked. -
I'm experiencing the same problem. However, during the deploy step i notice when it tries to install the apk to the emulator, it spits out the following error. This is on windows with almost the same setup.
Error: Could not access the Package Manager. Is the system running?