Android - icons

Hi Jules,

I found when submitting one of my non-Juce apps to the Amazon Android app store, that the following icons were all required (or the app would be rejected!):

res/drawable-hdpi/icon.png
res/drawable-ldpi/icon.png
res/drawable-mdpi/icon.png
res/drawable-xhdpi/icon.png

Is this something that you can add support for to the Introjucer?

I guess if not, then I’d have to hack the generated files … which is fair enough I suppose!

One of the problems I’m finding with the Introjucer is that I’m having to modify e.g. jni/Android.mk … and every time I resave the project, those changes get lost. I wonder if there is a better solution to that problem?

EDIT see also http://www.rawmaterialsoftware.com/viewtopic.php?f=13&t=9998&p=65834#p57306 - looks like my post here is a duplicate!

Best wishes,

Pete

But it already does that… See jucer_ProjectExport_Android.cpp, line 190 (?)