Question

My app icon is not displayed on the home screen of a Nexus 10 but it is displayed on the home screen of every other device that I run my app on. I have the icon image saved in both my drawable-xhdpi folder and my drawable-xxhdpi folder but still no luck. How can I get this to work?

Was it helpful?

Solution

I dont know if this will make a difference, but try adding a drawable-hdpi folder and add the icon. Also make sure the icon is listed under @drawable/FILENAME in the manifest.

Hope this helps.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top