Android Question Launcher Images Android

Simon Smith

Active Member
Licensed User
Longtime User
Hi
Ok so, I get that Android doesn't have launcher images like iOS. I have done the tutorial with minimap, and have placed the folder in the Res folder as instructed and constantly get "AndroidManifest.xml:18: error: Error: No resource found that matches the given name (at 'icon' with value '@mipmap/ic_launcher')." Tried everything. Placed a folder (readonly) mipmap in \objects\res\mipmap with readonly mipmap-hdpi, mipmap-mdpi, mipmap-xhdpi, mipmap-xxhdpi, mipmap-xxxhdpi, icon.png inside, then tried doing the same up a level in \objects\res\mipmap-hdpi\...

no luck! The manifest file contains exactly:
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
SetApplicationAttribute(android:icon, "@mipmap/ic_launcher")

Any chance of some help?
Simon
 
Top