How to embed a high-resolution icon in a non-Amazon-AppStore Kindle Fire app?

前端 未结 3 1353
后悔当初
后悔当初 2021-02-01 22:51

So it looks like the Kindle Fire supports sideloading, which is great, and supports it even without the use of ADB - a user can download an APK and tap on the \"download complet

相关标签:
3条回答
  • 2021-02-01 22:55

    Working fine for me but had to change the version number of the app. so that the Kindle Fire would start using the new icons otherwise it kept using the old ones. To cover as many Android devices as possible I used the following icon sizes: I believe the Fire uses 512 and 114 16X16 32x32 36x36 48x48 72x72 114x114 128x128 512x512

    0 讨论(0)
  • 2021-02-01 22:57

    Note: the following info is now outdated.

    Apparently they're doing something funky. From the docs:

    How do I get a high-resolution icon for my app to display on Kindle Fire?

    The icons on Kindle Fire are dynamically pulled from the Amazon Appstore for Android. Side-loaded apps cannot use this feature. Once you've submitted your app and it's live in the Amazon Appstore, your app's appropriate icon will automatically be displayed.

    0 讨论(0)
  • 2021-02-01 23:05

    Just to make you aware and remind :

    The Carousel icon on the kindle fire should be as referred to the Amazon Guide Lines :

    Kindle Fire (1st Gen) : 322x322 px
    
    Kindle Fire :  365x365 
    
    Kindle Fire HD 7" : 425x425
    
    Kindle Fire HD 8.9 : 675x675
    

    But as per android standards , Launcher Icon Size is non rather than :

    ldpi (120 dpi) (Low density screen)             36 x 36 px 
    mdpi (160dpi)(Medium density screen)            48 x 48 px 
    hdpi (240 dpi)(Highdensity screen)              72 x 72 px 
    xhdpi (320 dpi) (Extra-high density screen)     96 x 96 px
    
    0 讨论(0)
提交回复
热议问题