how to change monkey icon, appli name

Monkey Forums/Monkey Beginners/how to change monkey icon, appli name

hub(Posted 2015) [#1]
Hi !
i'm also searching. infos to set the appli name, text, change the icon into the apk file.
Many thanks for your help !


therevills(Posted 2015) [#2]
To change the icons, just replace the ones in the res\drawable-hdpi, res\drawable-ldpi and res\drawable-mdpi.

For the name, use the preprocessors:

#ANDROID_APP_LABEL="My Game"
#ANDROID_APP_PACKAGE="com.hub.mygame"