Installing Android application built with phonegap shows on device with Cordova icon

  • 5
  • Problem
  • Updated 4 years ago
  • Solved
Past two days we started experiencing issue with Android build showing Cordova default app icon on device when installed.

This issue is not happening on iOS using same build
Photo of Dzenan Sljivo

Dzenan Sljivo

  • 21 Posts
  • 0 Reply Likes
  • frustrated

Posted 6 years ago

  • 5
Photo of Monica Adams

Monica Adams

  • 6 Posts
  • 0 Reply Likes
Any luck with this? We are having the same issue and need to get it resolved.
Photo of Aleix Martínez Suau

Aleix Martínez Suau

  • 12 Posts
  • 0 Reply Likes
Hi,

Same problem here.

I have the icon.png in the route of my app, the in my config.xml and the icon doesn't appear in my android device. Instead appears the default phonegap icon.

It started to happend yesterday. All the previous versions worked ok. Now if i try with older zip files that worked in the past months I'm getting the same: default phonegap icon, while in the past i got my custom icon with the same zip file.

App ID: 857514

¿Any idea about what's happening and how to solve it?

Thanks,

Aleix
Photo of Brett

Brett, OFFICIAL REP

  • 547 Posts
  • 54 Reply Likes
hi aleix, id suggest placing the default icon as

<icon src="icon.png" /> (without other attributes)

in your config.xml. that should solve your problem.
Photo of Dzenan Sljivo

Dzenan Sljivo

  • 21 Posts
  • 0 Reply Likes
Wrong settings on phonegap build servers caused these issues, there is nothing we can do. We just have to wait until they resolve it.

There is nothing we can do to fix it.
Photo of Brett

Brett, OFFICIAL REP

  • 547 Posts
  • 54 Reply Likes
hi Dzenan,

whats the app id for your app so i can troubleshoot.
Photo of Monica Adams

Monica Adams

  • 6 Posts
  • 0 Reply Likes
Hi Brett, this is an appid I'm having the same problem with. 859487
Even with past versions that used to work the icon will not show. Can you please take a look?
Photo of Dzenan Sljivo

Dzenan Sljivo

  • 21 Posts
  • 0 Reply Likes
Hi Brett,

Here is the app id: 309906

Thanks,
Photo of Brett

Brett, OFFICIAL REP

  • 547 Posts
  • 54 Reply Likes
hi dzenan and monica,

please try and rebuild and see if the issue is fixed. 
Photo of Monica Adams

Monica Adams

  • 6 Posts
  • 0 Reply Likes
The issue has been fixed. Thank you!
Photo of Dzenan Sljivo

Dzenan Sljivo

  • 21 Posts
  • 0 Reply Likes
Hi Brett,

Default Cordova icon is now gone but the size of the icon on the screen is too small. It appears that this is another issue.

App id: 622529
Photo of Brett

Brett, OFFICIAL REP

  • 547 Posts
  • 54 Reply Likes
i notice you have no icons tagged for android or for a given density, so it just picks the first icon.
Photo of Hector Davila Diaz

Hector Davila Diaz

  • 2 Posts
  • 0 Reply Likes
Hi Brett

I'm having the same problem
Even with past versions that used to work the icon will not show.