I need to add following customized icons [quote:28fhqwax]tvdpi : 64x64 px
xxhdpi : 144x144 px
xxxhdpi : 192x192 px
to my project. How do I do this? (i think they need to be in res/drawable. not sure)
I have the icons, but im not sure how to add them. Please help if you know.
(This is a mobile game)
Ashley
Arclight
I've not had to do this before, but this is what I would do:
In C2, open the capx and look in the Projects window and go down to Files->Icons where there are some icons named icon-16.png, icon-32.png, icon-114.png, icon-128.png and icon-256.png
Name the new icons appropriately based on their size i.e. icon-64.png, icon-144.png and icon-192.png, and put them in the same location.
Finally export and produce the APK file as normal
You might want to edit these existing icons to match your game if you haven't already done so.