Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 4.12.0-beta2
Description
When opening the AndroidManifest.xml file in Creator, it will add the tag:
android:icon="@drawable/icon"
to the application section even with no icon selected, and that will cause a build error because the icon files are not actually present in the res folder.