c++ - Qt for android: change the application icon -
How can I change the icon of Qt project targeted for Android so that the app launcher has this icon?
You should create an Android manifest file and edit it in QT creator. To create the manifest file and open it in the editor, go to Projects> Create Android APK> Details
Create Template
As shown in the picture, you can set up three sets Versions of the mouse with lower, medium and high DPI values can be left to right.
This new method of creating Android Manifest files since Qt 5.4 has been available since Qt 5.4. In the previous versions, the Create AndroidManifest.xml button was used in Projects-> Run-> Deploy .
Comments
Post a Comment