With QtCreator 3.01 from the Qt 5.2.1 build (Windows 7, 32 bit) I am having various issues to deploy the Qt app to Android.
Whatever I do there is no way that QtCreator does the necessary deployment steps. It always stops right after building the armv7 files stating that he finished all tasks. The .pro file contains:
TARGET = SID_Tablet
TEMPLATE = app
CONFIG += mobility
MOBILITY =
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
...
OTHER_FILES += \
android/AndroidManifest.xml
but there is no indication that qmake does something related to Android deployment to the generated files (which, again to my understanding, it should do based on the given ANDROID_PACKAGE_SOURCE_DIR). The project setup includes the correct settings for NDK (8) and SDK (22.6.2). However I do not see any steps to call androiddeployqt or anything related to deploy (as I would expect according to the docs) in the Kit setup.
I have been succesfully deploying to Android with the Necessitas SDK some time ago – however the changes with Qt 5.2.1 do seem indicate a change of paradigm which simply does not work here.
So my confusion is: Is QtCreator and qmake in Qt 5.2.1 supposed to do something which aids in creating and deploying apk file? Because I can not observe anything in this direction besides building the binary and json file.
Thanks in advance for any answer.
Regards,
Oliver
↧