Kindle Fire - Icon Does not appear in Carousal

Hello,

I am building the app for Kindle Fire. I am not able to see the Icon on the carousal view on Dashboard. Do I need to make any changes in Icon size and Build.Settings file.

Cheers!
[import]uid: 110403 topic_id: 34765 reply_id: 334765[/import]

First of all, make sure your build.settings is all lower case!

Android (including Amazon and Nook) do not use build.settings for icons. You just need to include them in the same folder as your main.lua. You need the following icons for Android (and the names are case sensitive and begin with an upper case I

Icon-ldpi.png 36x36 pixel, PNG and that’s a lower case L after the hyphen
Icon-mdpi.png 48x48
Icon-hdpi.png 64x64
Icon-xhdpi.png 96x96

If you load your app on to your KF, the icon will look really fuzzy. Only after the app is live and downloaded from the store, will the KF actually fetch the 512x512 icon from the server to show as high quality in the carousel.

[import]uid: 199310 topic_id: 34765 reply_id: 138193[/import]

First of all, make sure your build.settings is all lower case!

Android (including Amazon and Nook) do not use build.settings for icons. You just need to include them in the same folder as your main.lua. You need the following icons for Android (and the names are case sensitive and begin with an upper case I

Icon-ldpi.png 36x36 pixel, PNG and that’s a lower case L after the hyphen
Icon-mdpi.png 48x48
Icon-hdpi.png 64x64
Icon-xhdpi.png 96x96

If you load your app on to your KF, the icon will look really fuzzy. Only after the app is live and downloaded from the store, will the KF actually fetch the 512x512 icon from the server to show as high quality in the carousel.

[import]uid: 199310 topic_id: 34765 reply_id: 138193[/import]