smj2393
smj2393

Reputation: 1957

Cordova 3.3.0 Android icon doesn't update in app manager

I have updated the icons like it says to do here on Cordova for Android.

It updates the icon fine on the menu screen:

enter image description here

But then when you press settings -> apps it displays the Cordova icon:

enter image description here

appoligies for the poor screenshots there was an issue with the tablet.

I have had a look on the web, but I cant find anything related to this!

Anyone else got this problem / found a solution?

Cheers.

Upvotes: 2

Views: 635

Answers (1)

Kathir
Kathir

Reputation: 4377

hi paste your icon in drawable folder. And change this line in your Manifest.xml file

<application android:icon="@drawable/ic_launcher">

ref

and enjoy

Upvotes: 3

Related Questions