Skip to content
LogoTechnipages
LogoTechnipages
  • Topics
        • Android
        • Browsers
        • Gaming
        • Hardware
        • Internet
        • iPhone
        • Linux
        • macOS
        • Office
        • Reviews
        • Software
        • Windows
        • Definitions
        • All Recent Posts
  • Product Reviews
  • About

Amazon Fire: Enable USB Debugging

Mitch BartlettApril 26, 2023 Comments (5)
Fire USB Debugging

Enable USB Debugging on your Amazon Fire tablet and start using it with an Android Studio or software development kit (SDK) on your Windows PC, Mac, or Linux. Just use these steps to get started.

The USB Debugging feature of the Amazon Fire tablet lets app developers test their apps in simulated scenarios so the app performs well when you download and install it. Using the same feature, Android device technicians can resolve software-level issues on Amazon Fire tablets.

And finally, being an end user, you can use the USB Debugging functionality to perform advanced activities on your tablet like taking screenshots in bulk from a PC or Mac. Also, if you want to create a complete clone of the tablet, you can do so using USB Debugging. Setting up the Android Debug Bridge (ADB) service on your Fire HD tablet and PC is a challenging task. However, if you follow the step-by-step methods mentioned in this article, the Amazon Fire ADB and Android Studio will sync and work effortlessly.

Contents

  • 1 How to Enable Android Debug Bridge (ADB) on Amazon Fire Tablets
    • 1.1 Enable ADB on Earlier Amazon Fire Tablets
    • 1.2 Activate ADB on All Amazon Fire X and Fire HD X Tablets
  • 2 Download and Install Android Studio SDK
  • 3 Download and Install the Amazon Fire Driver
  • 4 Setup ADB Between Amazon Fire Tablet and Windows PC
  • 5 Test Device Connections Using ADB Commands
  • 6 Setup ADB Between Amazon Fire and Mac/Linux
  • 7 Conclusion

How to Enable Android Debug Bridge (ADB) on Amazon Fire Tablets

Since its launch, there have been different editions of the Amazon Fire tablet. Find below the different methods to enable ADB on all existing Amazon Fire tablets:

Enable ADB on Earlier Amazon Fire Tablets

If you’re using a dated Kindle Fire 1st generation tablet, then you don’t need to take any actions on the tablet computer. By default, ADB is active on these devices. However, if you’re using a Kindle Fire HD tablet to enable USB Debugging, here’s what you need to do:

  • Swipe down from the top of the tablet screen.
  • It should open the Notifications shade.
  • There, tap on the More (+) icon.
  • On the new window that opens, scroll down to find Settings. Tap on Settings.
  • Inside Settings, you should find Security. Tap on it.
  • At the bottom of the Security window, you should see Enable ADB On and Off toggle button.
  • Tap the On toggle to activate ADB on the Kindle Fire HD tablet.

Activate ADB on All Amazon Fire X and Fire HD X Tablets

If you’ve ever enabled ADB or USB Debugging on an Android smartphone, you’ll find it really easy to do the same on an Amazon Fire tablet. Because the steps are similar in both of these device Android-run device classes. Find below how it’s done:

  • Open the Fire OS Settings app from the Home Screen of the tablet.
  • On the Settings screen, scroll down to the bottom and choose Device Options.
  • Inside the Device Options window, go to the bottom and tap About Fire Tablet.
  • There, you should see three choices: Device Model, Serial Number, and Build Number.
  • Tap the Serial Number option seven times to activate Developer Options.
  • When you see the “You are now a developer” text on the tablet screen, close the Settings app.
  • Open Settings again from Home Screen and go to Device Options.
  • At the bottom, you should see Developer Options. Tap on it.
  • On the top of the next screen, tap the Off toggle button to turn on development settings.
  • Now, scroll down to the Debugging section and touch the toggle for USB Debugging to activate this functionality.

Download and Install Android Studio SDK

You can use the ADB feature when you install Android Studio. Once it’s on your PC, you can execute various ADB commands using Windows Terminal app or the Android Studio app. Here’s how to install the SDK:

  • Visit the Android Studio portal.

Get Android Studio for free
Get Android Studio for free

  • Click the Download Android Studio button on the home page.
  • There will be a pop-up for the license agreement. Accept that.
  • Once the download is over, go to the Downloads folder on your PC and install the SDK.

Download and Install the Amazon Fire Driver

In this step, you’re going to install the Amazon Fire SDK. By doing this, you can effortlessly add the necessary Android SDKs to the Android Studio installation folder. Later on, Android Studio will use the package to identify and sync with your Amazon Fire HD X, Fire X, and Kindle Fire tablets. Here’s how you can accomplish this task:

  • Open Chrome or Mozilla browser.
  • Copy and paste the following URL into the address bar to download Kindle Fire USB Driver.
https://s3.amazonaws.com/android-sdk-manager/redist/kindle_fire_usb_driver.zip
  • When the downloading is done, go to the Downloads folder to find the driver package.
  • Extract the file using WinRAR or 7-Zip.

Install Fire Device USB Drivers
Install Fire Device USB Drivers

  • Double-click the EXE file to install the necessary drivers on your Windows PC.

Installed Amazon Fire tablet drivers
Installed Amazon Fire tablet drivers

  • Once the installation is over, click the Finish button.

Setup ADB Between Amazon Fire Tablet and Windows PC

Now, you’re ready to connect your Fire HD tablet to the PC for debugging and development purposes using the Android Studio app.

  • Connect the Amazon Fire tablet to the Windows PC using a micro-USB cable.
  • The tablet device should prompt you to choose from various USB connection options.
  • You must choose the Media device (MTP) protocol for connectivity.

Connected as media device USB Debugging via ADB
Connected as media device USB Debugging via ADB (Photo: Courtesy of Amazon)

  • If the device doesn’t prompt you to choose a USB connection option, swipe down from the top of the screen.
  • Tap on the notification that says “Tap for other USB options“.
  • Now, you can choose the Media device (MTP) protocol.
  • For Fire OS 7 and later, you’ll need to select the File Transfer option.
  • Another way to select the Media device (MTP) protocol is by visiting Settings > Device Options.

USB computer connection
USB computer connection

  • Then go to Developer Options > USB computer connection.
  • If you select the appropriate USB connection protocol, the tablet computer will flash the “Allow USB debugging?” prompt on its screen.
  • Tap OK on the prompt to allow the ADB connection between the PC and tablet.
  • Now, open Android Studio software on the PC and access any app project for the Amazon Fire tablet.
  • Click Tools on the top of the project and then select Device Manager.

Device Manager on Android Studio to find devices
Device Manager on Android Studio to find devices

  • On the right side under the Device Manager card, select Physical.
  • You should find the Amazon Fire tablet in the device list table.

Test Device Connections Using ADB Commands

Your Windows PC should detect the Amazon Fire tablet as an “Android Composite ADB Interface” device. If not, you may have to remove the Amazon Fire device from Device Manager, then reinstall the Amazon Fire Tablet Driver as explained earlier. Once you see that the tablet connected successfully with the PC, follow these steps:

  • Open Windows Command Prompt with elevated rights.
  • Then, run the following command first:
adb kill-server
  • Once you see that the ADB server on the PC stopped or the command executed successfully, run this command:
adb start-server
  • The ADB server will restart at this point. Finally, run the following command:
adb devices
  • You’ll see a message like “List of devices attached: G000N8978167088A device.”
  • Here, the long numerical value is the Amazon Fire tablet serial number.
  • You can cross-check this on your tablet by going to Settings > Device Options > About Fire Tablet menu.

Setup ADB Between Amazon Fire and Mac/Linux

You can also use your Mac or Linux computer to connect to your Amazon Fire tablet using the Android Debug Bridge protocol. Here are the steps you should try:

  • Connect your Amazon Fire to your Mac or Linux computer.
  • Select OK on the tablet to Allow USB debugging.
  • Open the Terminal app from Spotlight on Mac. For Linux open Linux CLI.
  • Firstly, stop the ADB server by running the following command:
adb kill-server
  • When the ADB server is offline, restart it by executing this code on Terminal or Linux CLI:
adb start-server
  • As the server restarts, copy and paste this code and hit Return to see the listed Amazon Fire tablet serial number:
adb devices

Conclusion

There you go! Now, nothing should stop you from connecting your Amazon Fire HD X, Fire X, and Kindle Fire tablet with a PC, Mac, or Linux for USB Debugging. Try out the above method and share your experience below in the comment box. If you also know another great way to use ADB with Amazon Fire tablet and computer, don’t forget to mention that in your comments.

Next up, Fix an Amazon Fire Tablet That Won’t Turn On.

Categories: Android

Author Mitch Bartlett

Through my career that spans over 20 years I have become an expert in Microsoft Systems Administration, Android, and macOS. I started this site as a technical guide for myself and it has grown into what I hope is a useful knowledgebase for everyone.

You Might Also Like

  • Google Releases the First Minor Pixel Update in 2021

    Andrew MyrickAndroid
  • Best Tips to Save Smartphone Battery Life for Android

    Judy SanhzAndroid
  • google-maps-find-location-by-phone-number

    How to Easily Fix Google Maps Not Working for Android

    Judy SanhzAndroid
  • How to Share Files Using Google Nearby Share

    Judy SanhzAndroid

Comments

  1. Dav)D says:
    June 5, 2020 at 10:06 am

    On Windows 10
    \extras\amazon\kindle_fire_usb_driver\KindleDrivers.exe
    Right-click and Run As Administrator
    (Because it will put files in Program files folder).

  2. Scotty says:
    October 25, 2017 at 8:16 am

    Thanks.
    But, typical of those clowns who do Android Studio clowns… None of this is correct for anything in “Windows Configuration” section. Changed everything, and they leave no trail of what to do it in the newer versions.

    A few hours in, and I’m still digging. If I find anything, I may followup with some clarification.

  3. Chase says:
    March 19, 2016 at 2:39 pm

    “DANIEL says
    February 17, 2016 at 4:25 am

    For me, it was necessary to go to the /extras/amazon/kinde-driver folder and run the installer exe to get the drivers to work (WIndows 10)

    This worked with the latest 5.1.1 firmware – Thanks! :)”

    What do you mean /extra/amazon/kindle-driver folder?

  4. Daniel says:
    February 17, 2016 at 4:25 am

    For me, it was necessary to go to the /extras/amazon/kinde-driver folder and run the installer exe to get the drivers to work (WIndows 10)

    This worked with the latest 5.1.1 firmware – Thanks! :)

  5. Freckles says:
    April 25, 2015 at 9:45 pm

    Thanks for this tutorial. I followed your directions exactly and was finally able to load the ADB driver for Fire HD7 4th generation on Windows 7.

Leave a Reply

Your email address will not be published. Required fields are marked *

average laptop lifespan

What Is an Average Laptop Lifespan?

fix 0x80070302 windows update error

How to Fix the 0x80070302 Windows Update Error

how to allocate more memory to a program

How to Allocate More Memory to a Program in Windows

marvel rivals memory leak fix

Marvel Rivals Using Too Much Memory – How to Fix

how to create a macro in word

How to Create a Macro in Word

profile pic

The Experts Behind Technipages

My name is Mitch Bartlett. I've been working in technology for over 20 years in a wide range of tech jobs from Tech Support to Software Testing. I started this site as a technical guide for myself and it has grown into what I hope is a useful reference for all.

Learn More

technipages logo white
linkedin icon

Technipages is part of Guiding Tech Media, a leading digital media publisher focused on helping people figure out technology. Learn more about our mission and team here.

© 2025 Guiding Tech Media All Rights Reserved

  • About Us
  • Contact
  • Legal & Privacy

© 2025 Guiding Tech Media All Rights Reserved

Information from your device can be used to personalize your ad experience.
Do not sell my personal information.

Last Updated on April 26, 2023 by Mitch Bartlett