Where did the "Create AndroidManifest.xml" button go in Qt Creator 3.3.0? Where did the "Create AndroidManifest.xml" button go in Qt Creator 3.3.0? android android

Where did the "Create AndroidManifest.xml" button go in Qt Creator 3.3.0?


You now do it from Projects -> Build -> Build Android APK -> Create Templates.

From the documentation:

You can use the qmake variables to specify all the settings you need for the androiddeployqt tool and you do not need an Android manifest file until you want to publish the package in an application store. To specify additional settings for APK packages, you can create an Android manifest file and edit it in Qt Creator. Select Create Templates to create the file and to open it in the Android Manifest Editor.

enter image description here