Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
5.13.2
-
Debian 10
QtCreator 10.2
Qt 5.13.2
CMake 3.15
Description
When one add an app icon in the QtCreator 10.2 AndroidManifest form (all three resolutions) then the icon is correctly added in <Android template folder>res/drawable... and the property AndroidManifest.xml/application/android:icon ist correctly set to @drawable/icon.
But when buiding the APK is build then the <output directory>/.../res/drawable... doesn't exist and the property application/android:icon doesn't exist in AndroidMainifest.xml so that in effect the icon is not visible when installing the APK to and Android device because it's probably not copied into the APK.
Maybe it's caused androiddeployqt / main.cpp because there is no code passage with "android:icon" to be found.