My app doesn’t display its icon. It displays appstudio icon. It displayed its icon with Appstudio ver 7 but, I moved to ver 8 and it is not displayed anymore. I’m using Appstudio 8.0.2.0.
Where do I have to include this icon? I’ve tried with .project directory, phonegap directory, including this at config.xml:
<platform name = 'android'>
<icon src="rowbreaker128.png" gap:platform="android" minVersion="2.1" />
</platform>
But it display appstudio icon.
By the way, if I run my application directly on the PC browser, the app icon is displayed.
Any idea?
Thanks.
David.