Question

I was going through a walk through for installing Kindle Fire's SDK in Eclipse. But in the Android SDK manager, kindle Fire isnt listed anywhere. I have updated the IDE, so i still dont know why its not there.

any help would be great!

Was it helpful?

Solution

The Kindle Fire is not officially supported by Google. However, you can connect the Fire to your computer and develop on it using the 2.3 SDK. You won't be able to create an emulator for it though.

Update: never mind apparently they now provide an "add on" SDK. Check this page out.

OTHER TIPS

The Kindle Fire is not available on Google add-on site.

But you can download the SDK via the add-on link as :

http://kindle-sdk.s3.amazonaws.com/addon.xml

For more info please follow :

https://developer.amazon.com/sdk/fire/setup.html

There are simple steps to be followed.

  1. In eclipse go to Windows --> Android SDK Manager click to open it.

  2. Then it will open the sdk manager then on the top two menus are listed one for Packages and other for Tools.

  3. Then open the tools menu click Manage Add-on Sites. Click the User Defined Sites tab, and then click New.

  4. In the Add Add-on Site URL dialog box, enter the following URL: http://kindle-sdk.s3.amazonaws.com/addon.xml Click OK, and then click Close.Wait for the Android SDK Manager to refresh.

  5. In the Android SDK Manager window, select the latest revision of each of the listed packages. which shows the all the versions of the kindle fire to install ... Choose it. For example

    Android 4.0.3 API 15:

    SDK Platform

    ARM EABI v7a System Image (emulator prerequisite for ARM system images)

    Intel x86 Atom System Image (emulator prerequisite for x86 system images)

    Kindle Fire (2nd Generation) (ARM and x86 system images for emulator)

    Kindle Fire HD 7" (ARM and x86 system images for emulator)

    Kindle Fire HD 8.9 (ARM and x86 system images for emulator)

    Install all of this then close the Android Sdk Manager and then restart eclipse .

    The following link explains it more clearer here.

All change at Amazon. At the time of writing this is the Kindle SDK install guide:

https://developer.amazon.com/public/resources/development-tools/ide-tools/tech-docs/01-setting-up-your-development-environment

And in particular note that the URL used to get the Fire SDK AddOn installed via the SDK Tools is now: https://s3.amazonaws.com/android-sdk-manager/redist/addon.xml

Amazon removed the emulator support for eclipse please check the following thread for more information Click here

You can test few api of fire phone by following This

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