Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Kindle Fire Emulator no longer supported

Tags:

android

Given that Amazon no longer support Android emulators for Kindle Fire (confirmed to me in an email from them), how does anyone work out if all functionality of an app (eg reverse Geocoding) released to the Amazon app store is working correctly without buying one ?

Also is there a way to see that Admob is working correctly on Amazon devices ?

like image 447
user1785227 Avatar asked May 20 '14 11:05

user1785227


Video Answer


3 Answers

Concentrated_Attitude, there is no way to install Kindle Fire emulators from their addons.xml

If someone needs them, I have three emulators, but only for Gen3 devices. Уou need to extract this files into the Android SDK folder, using the following hierarchy:

  • android_sdk:
    • extras
    • addons
      • addon_kindle_xxx

Get all files

like image 165
Vlad Yarovyi Avatar answered Oct 04 '22 15:10

Vlad Yarovyi


Support for the Kindle Fire emulator seems to have been discontinued as of sometime in early 2014. You can still find the page describing it here on the Wayback Machine, but now it is gone from the Amazon developer pages:

https://web.archive.org/web/20130919204543/https://developer.amazon.com/sdk/fire/emulator-guide.html

On this forum page:

https://forums.developer.amazon.com/forums/thread.jspa?threadID=479

an Amazon developer rep finally states that "We have dropped supporting Emulator. Sorry for the inconvenience."

The Amazon developer site's "Pre-Submission Assessment" page says to use an actual Kindle Fire device for testing:

"To complete this group of tests, install the app on a Kindle Fire tablet and launch."

https://developer.amazon.com/appsandservices/support/submitting-your-app/tech-docs/03-pre-submission-assessment-guide

They don't actually say "we had an emulator, but it didn't work out," but as we've been left to draw our own conclusions, that might be a pretty good summation.

For its new Fire phone, Amazon has made available a testing service which uses an actual time-shared Fire phone to which your APK gets uploaded. The test routine will push some buttons and make some random pokes at grids and the like, and some random keyboard entries, and then a few minutes to hours later you'll get a link to the results (including actions performed and their relative times of occurrence, and the resulting screen shots, plus a logcat) on your developer account. It works but it is by no means a comprehensive test.

https://developer.amazon.com/public/resources/development-tools/app-testing-service

For my part, I have just purchased a Kindle Fire HD 2013 solely for testing, used, with a tiny crack in the corner of the display but otherwise working fine, for a very low price. It's always better to have a real device than an emulator anyway.

I'll probably supplement that with some regular AVDs that are as close as possible to the various other Kindle Fire devices.

like image 45
Carl Avatar answered Oct 04 '22 14:10

Carl


For that you should Download the Amazon plug-in in your Eclipse and download the amazon SDK after it will provide you the amazon kindle fire emulators of all versions. you can check and implement your all functionality in it. you can get more REFRENCE_HERE

like image 41
GovindRathod Avatar answered Oct 04 '22 14:10

GovindRathod