Very New To Android. Can somebody show me how to put a icon for the app.. can somebody tell me the steps to do so..?
Asked
Active
Viewed 559 times
-4
-
[APP ICON](https://www.google.com) here it is – Usman Kurd Feb 26 '13 at 10:28
3 Answers
1
Go to your AndroidManifest.xml file
Search for Application Tag.
add icon option like "android:icon="@drawable/icon" in it.
See the following image,

user2060383
- 979
- 1
- 14
- 32
0
Open the manifest.xml
file of your application.
android:icon="@drawable/ic_launcher"
This line will be there in application branch for icon. Change the drawable resource id there to the id of drawable folder image you want to keep as icon of your application.

MysticMagicϡ
- 28,593
- 16
- 73
- 124