I am tired figuring out why all my apps icon shows smaller than other apps. I create a 512 x 512 icon for my app. Here is my method of how I use to add an icon to my app. Open Manifest file, select Application. Click Browse button in front of Icon, and select an icon and apply the options in attached picture. I have applied different methods of putting the same 512 x 512 image in the xhdpi folder, in mdpi and ldpi folder but still no good luck. Please tell me what I am doing wrong which make my apps icon smaller than other apps inside mobile. Here is one of my apps whose icon shows smaller. https://play.google.com/store/apps/details?id=com.walldroid.wifi.password.hacker
Asked
Active
Viewed 713 times
1 Answers
1
If you use the methode described above you will always get the small icon.
Instead of doing all that, copy and paste you image icon in the drawable-hdpi and go to the AndroidManifest.xml
and change the following :
android:icon="@drawable/ic_launcher"
to
android:icon="@drawable/your icon name"
Compile !! you will get a big icon

B.Moataz
- 97
- 4