Difference between revisions of "Kindle Fire Development Essentials"
From Techotopia
Line 41: | Line 41: | ||
#* [[Creating an Example Kindle Fire Android Application|Reviewing the Layout and Resource Files]]<br><br> | #* [[Creating an Example Kindle Fire Android Application|Reviewing the Layout and Resource Files]]<br><br> | ||
# [[Testing Android Applications on a Physical Kindle Fire Device]] | # [[Testing Android Applications on a Physical Kindle Fire Device]] | ||
+ | #* [[Testing Android Applications on a Physical Kindle Fire Device|An Overview of the Android Debug Bridge (adb)]] | ||
+ | #* [[Testing Android Applications on a Physical Kindle Fire Device|Configuring the adb to Detect a Kindle Fire Device]] | ||
+ | #* [[Testing Android Applications on a Physical Kindle Fire Device|Mac OS X Kindle Fire adb Configuration]] | ||
+ | #* [[Testing Android Applications on a Physical Kindle Fire Device|Windows Kindle Fire adb Configuration]] | ||
+ | #* [[Testing Android Applications on a Physical Kindle Fire Device|Configuring the adb_usb.ini File]] | ||
+ | #* [[Testing Android Applications on a Physical Kindle Fire Device|Configuring the Google USB Driver Package]] | ||
+ | #* [[Testing Android Applications on a Physical Kindle Fire Device|Installing the Google USB Device Driver]] | ||
+ | #* [[Testing Android Applications on a Physical Kindle Fire Device|Restarting the adb Server]] | ||
+ | #* [[Testing Android Applications on a Physical Kindle Fire Device|Linux Kindle Fire adb Configuration]] | ||
+ | #* [[Testing Android Applications on a Physical Kindle Fire Device|Identifying the Linux USB Device]] | ||
+ | #* [[Testing Android Applications on a Physical Kindle Fire Device|Editing the 51-android.rules File]] | ||
+ | #* [[Testing Android Applications on a Physical Kindle Fire Device|Modifying the adb_usb.ini File]] | ||
+ | #* [[Testing Android Applications on a Physical Kindle Fire Device|Restarting the adb Server]] | ||
+ | #* [[Testing Android Applications on a Physical Kindle Fire Device|Testing the adb Connection]] | ||
+ | #* [[Testing Android Applications on a Physical Kindle Fire Device|Manual Selection of the Application Run Target]]<br><br> |
Revision as of 15:05, 11 April 2012
Table of Contents | Next | |
An Overview and History of the Kindle Fire |
<google>BUY_KINDLE_FIRE</google>
Table of Contents
- An Overview and History of the Kindle Fire
- Setting Up a Kindle Fire Android Development Environment
- Creating a Kindle Fire Android Virtual Device (AVD)
- Creating an Example Kindle Fire Android Application
- Testing Android Applications on a Physical Kindle Fire Device
- An Overview of the Android Debug Bridge (adb)
- Configuring the adb to Detect a Kindle Fire Device
- Mac OS X Kindle Fire adb Configuration
- Windows Kindle Fire adb Configuration
- Configuring the adb_usb.ini File
- Configuring the Google USB Driver Package
- Installing the Google USB Device Driver
- Restarting the adb Server
- Linux Kindle Fire adb Configuration
- Identifying the Linux USB Device
- Editing the 51-android.rules File
- Modifying the adb_usb.ini File
- Restarting the adb Server
- Testing the adb Connection
- Manual Selection of the Application Run Target