What do I need to do to use my Kindle Fire for android development? (Specifically for testing my apps on the device.)
|
|
You can find the instructions for connecting Kindle Fire to the ADB in a PDF of instructions provided by Amazon. Paraphrased from the document:
NOTE: For Windows 7 users you need to download an additional driver. |
|||||||||
|
|
Linux uses a different way to set up the device. According to Using Hardware Devices, you need to set up your Linux system as follows:
If everything is ok, you will see your Kindle Fire listed as a device. |
||||
|
I was also looking forward how to connect Kindle on the ADB, so what I had to do is: Go to Settings->Security and Enable ADB. |
|||||
|
|
I use a Mac, this probably works similarly from a Windows box. First I configured the Kindle Fire to allow sideloaded apps. This isn't the default behavior, you have to click a checkbox in the settings. From the Fire, I went to the app store and downloaded a DropBox app (free.) From my dev machine, I registered on the DropBox website (also free.) This gives you a dropbox folder on your dev box that will be synced automagically to your dropbox folder on the web. Then, to develop, I compile the app to make a new apk, drag it to the dropbox folder, and use the DropBox app on the Fire fetch the apk file. It loads with the click of a button. It takes about 15 seconds tops to get the apk to the Fire. I don't need any extra cables, etc. |
|||
|
|