Setting Icons.

Monkey Targets Forums/Android/Setting Icons.

Xyloman(Posted 2013) [#1]
Ive tried replacing the icons in the drawable folders but it still isn't changing. Any ideas?


Xaron(Posted 2013) [#2]
Have you deleted the build folders?


Xyloman(Posted 2013) [#3]
Nope.


Volker(Posted 2013) [#4]
Are they in \yourproject.build\android\res ?


Xyloman(Posted 2013) [#5]
Yes.


Volker(Posted 2013) [#6]
Are the icons in the builded apk file in /res?
It's just a zip file with .apk extension.


Xaron(Posted 2013) [#7]
So when you don't have deleted the build folders it's pretty obvious why you still see the old icons...


AdamRedwoods(Posted 2013) [#8]
deleted the build folders

I thought for android, you need to retain the build folder to replace the res /drawable files with your own icons.

my thought is that you need to make sure they icons are the same filenames or you may need to adjust the manifest.xml file.