App icon is not displayed

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.

Support for PhoneGap has many changes and improvements in AppStudio 8. Read about them here:

https://blog.appstudio.dev/2020/01/appstudio-8-whats-new-with-phonegap/

Thank you. It is working now with 1024x1024 icon.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.