Reputation: 503
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!
Upvotes: 3
Views: 4026
Reputation: 11
All change at Amazon. At the time of writing this is the Kindle SDK install guide:
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
Upvotes: 1
Reputation: 1502
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
Upvotes: 0
Reputation: 16698
There are simple steps to be followed.
In eclipse go to Windows --> Android SDK Manager click to open it.
Then it will open the sdk manager then on the top two menus are listed one for Packages and other for Tools.
Then open the tools menu click Manage Add-on Sites. Click the User Defined Sites tab, and then click New.
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.
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.
Upvotes: 1
Reputation: 8546
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
Upvotes: 1
Reputation: 30168
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.
Upvotes: 2