jivangilad
jivangilad

Reputation: 479

Phonegap build doesn't update Icon

On config.xml I have

<icon src="images.png" gap:role="default" />

and in the root folder I have the images.png file. Still, I get the default phonegap Icon. I have also tried

<icon src="icon.png" gap:role="default" />

and rename my file to icon.png , and it didn't help.

Upvotes: 2

Views: 519

Answers (1)

HischT
HischT

Reputation: 953

Where do you see the default PhoneGap icon? Is it on the PhoneGap Build page or on the actual device as you have installed the app?

According to this issue this is a known bug that is still not fixed.

From this link:

As a temporary workaround please remove and re-create the app.

Upvotes: 4

Related Questions