Skip to main content
Inspiring
January 25, 2013
Question

Android app icon for Nexus 10

  • January 25, 2013
  • 4 replies
  • 1409 views

Below is a post from Google developer on icon for the Nexus 10.  Currently there is no option in Flash pro for this icon size but is there any way to include it?  My icon looks a bit blurred due to upscale of the 72px iconon Nexus 10 launcher.

The gorgeous screen on the Nexus 10 falls into the XHDPI density bucket. On tablets, Launcher uses icons from one density bucket up [0] to render them slightly larger. To ensure that your launcher icon (arguably your apps most important asset) is crisp you need to add a 144*144px icon in the drawable-xxhdpi or drawable-480dpi folder.

This topic has been closed for replies.

4 replies

Inspiring
January 26, 2013

Put it in the xml file

ie

<icon>

    <image36x36>Icons/icon36.png</image36x36>

    <image48x48>Icons/icon48.png</image48x48>

    <image72x72>Icons/icon72.png</image72x72>

    <image144x144>Icons/icon144.png</image144x144>

  </icon>

mola2alexAuthor
Inspiring
January 26, 2013

Tried that and it doesn't work.  The compiler actually removes it.  I manually add it, then publish and then look at the XML after and the manual edit is gone.

Inspiring
January 26, 2013

in air for android settings go to permissions and select manually manage permissions

Then change your xml to include the 144 icon

Then publish out your app