Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Icon for app using Phonegap for android [duplicate]

I'm trying to apply an icon to my application i have made in PhoneGap locally. I have searched as much as possible and i have only found ways to apply a icon for the application on PhoneGap build however i am building the application Locally in Eclipse.

Can someone please help me or share a link to useful resource!

I'm using PhoneGap 1.5.0 and i just updated Eclipse to the latest version.

My application is coded using HTML 5. Any help will be useful and appreciated. Thanks

~~~Issue Resolved~~~ Dan's answer below helped and now I have a icon in the launcher menu :D

like image 645
Shaq Avatar asked Dec 21 '22 00:12

Shaq


1 Answers

You provide your Icon in the drawable Resource Folder in .png format and set it in the AndroidManifest.xml, Application Tab.

Icon: @drawable/name_of_your_icon

directly in the graphical editor, no code required.

like image 191
最白目 Avatar answered Jan 08 '23 11:01

最白目