Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 3.1.0-rc1
-
None
-
Qt Creator 3.1.0 RC1 (3.0.84)
Qt 5.2.1 for Android with Qt Creator 3.0.1
Description
STR
- Install Qt Creator 3.1.0 RC
- Configure Qt Versions and Kits because autodetection didn't work
- Create Qt Quick (the same for Qt Widgets) typical "Hello World" application
- Build and Run to AVD (arm, x86 doesn't matter)
AR
- As soon as deploy starts .apk file is build.
- Deploy in Qt Creator finished successfully, but no application started in AVD. There is following error in Application Console:
Unable to start "org.qtproject.example._3QtAT".
If .apk file copied manually to AVD or real device - Android rises error before install .apk.
ER
.apk which build using Qt Creator should start and work successfully on AVD or on real device.