Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, seems that QtCreator does not consider the android source folder where AndroidManifest.xml file is placed during apk deploy.
In a new Android project it is necessary to generate the android source folder using the Qtcreator wizard.
Hi @mrdebug , This works for me in .pro file:
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android-sources OTHER_FILES += android-sources/AndroidManifest.xml
You can try it, may it help.