Install Latest ADB Tools on Windows/MAC/Linux 2024 [Fixed ADB Cannot Be Recognized as Command]

First of all, what is Android Debug Bridge (ADB)? It is a command-line tool that helps you communicate with your Android device. The commands on this Google platform tools allow you to perform a variety of actions like installing and debugging apps. The ADB latest version also gives you access to Unix shell which helps you run various commands on your Android device. ADB version? and so on.

This is one of the most important tools & you should have minimal ADB and fastboot installed on your computer. You can use this tool for automation as well. Since you gain access to Unix shell, there are limitless possibilities to perform millions of actions on your android device.
Android platform tools installation
People used to search; What is Android Debug Bridge ADB? How to get the latest Google platform tools? How do I install ADB platform tools & enable ADB debugging on Android? How do I debug using ADB? What is Android debug bridge used for? How do I find my ADB version? and so on...

The Android sdk platform tools allows you to do those things which you might not use normally on your Android device. Basically, these Google platform tools enhances your exposure around user or developer experience. As an e.g., you could install apps without using Play Store, you can even debug apps or access to various hidden device properties and many more activities. ADB version? and so on...

Also, with access to Unix shell, you can execute commands on your android device directly. But, let me tell you one thing from Security perspective, Developer Options needs to be Activated. Also, USB Debugging Mode has to be ENABLED as well.
Android SDK Platform Tools: Android platform tools installation — The commands on this Google platform tools allow you to perform a variety of actions like installing and debugging apps. What is Android Debug Bridge ADB? How to get the latest Google platform tools? How do I install ADB platform tools? Basically, these Google platform tools enhances your exposure around user or developer experience. Let's find out how you can install or set up Google platform-tools on Windows/MAC/Linux. Also check to fix error "the term ADB is not recognized as the name of a cmdlet windows 10" Learn to fix ADB cannot be recognized a command in power shell.
Android SDK Platform Tools: Android platform tools installation — The commands on this Google platform tools allow you to perform a variety of actions like installing and debugging apps. What is Android Debug Bridge ADB? How to get the latest Google platform tools? How do I install ADB platform tools? Basically, these Google platform tools enhances your exposure around user or developer experience. Let's find out how you can install or set up Google platform-tools on Windows/MAC/Linux. Also check to fix error "the term ADB is not recognized as the name of a cmdlet windows 10" Learn to fix ADB cannot be recognized a command in power shell.

Google Platform Tools: Android ADB Installation on Windows/MAC/Linux

Without further delays, let's find out how you can install or set up Google platform-tools on your computer easily.

However, like I said previously, Developer Options as well as USB Debugging Mode has to be Enabled on your Android device before installing Android sdk platform tools. How? follow below steps:


Enabling Developer Options & USB Debugging Mode

  1. Open Settings on your Android phone.
  2. Scroll to the bottom and tap on About Phone option.
  3. Try to tap on Build Number 7 times. Pop-up message will be displayed once its done.
  4. Navigate back to Settings screen and look for Developer Options option is now available.
  5. Tap on Developers options and Enable USB Debugging option.
  6. That's all.
Now, you have set up your Android phone. Let's check out below steps which enlist how to install latest Android sdk platform tools on your Windows, Linux or MAC Operating System machines.

Windows Installation steps for Android platform tools download

  1. Google search for Android Platform Tools term and click the link which takes you to developer.android.com website.
    Or you may simply navigate to Android Platform Tools
  2. Scroll down a bit to get the options for android platform tools download and click on Download SDK Platform-Tools for Windows displayed under Downloads section.
  3. Agree to Terms and Conditions checkbox.
  4. Just Download Platform Tools set up files on your computer.
  5. Now create a folder on C-drive like C:\ADBTools
  6. Extract all the files from downloaded zip file into this folder.
  7. Open C:\ADBTools folder.
  8. Press and hold Shift key and right-click anywhere inside the folder.
  9. Click on Open PowerShell window here option from right-click menu.
    You will get the window like this:
    ADB PowerShell Command Prompt
    ADB PowerShell Command Prompt
  10. Type adb and hit Tab from keyboard, you will see command like .\adb.exe
  11. Hit Enter.
  12. Now, connect your Android device to the computer and set USB mode to File transfer (MTP) mode from Notification center.
  13. Type adb devices and hit ENTER button.
  14. You will see list of devices in command prompt with Serial Number with Unauthorized text against it.
  15. Also, you will see Allow USB Debugging? notification on your android device.
  16. Tap on Always allow from this computer checkbox on Android device.
  17. Again, type adb devices and hit ENTER button.
  18. This time you will see list of devices in command prompt with Serial Number with devices text against it.
    Authorized Device in PowerShell
    Authorized Device in PowerShell
  19. That's all, you are ready to run any command from PowerShell to operate your Android device from Computer.

Linux or MAC - Installation steps for ADB Tool

  1. Google search for Android Platform Tools term and click the link which takes you to developer.android.com website.
  2. Or you may simply navigate to Android Platform Tools
  3. Scroll down a bit and click on Download SDK Platform-Tools for Mac displayed under Downloads section.
  4. Agree to Terms and Conditions checkbox.
  5. Just Download Platform Tools set up file on your Linux and extract it somewhere on your Linux or MAC machine.
  6. Open Terminal.
  7. Enter this command to navigate to the directory in which you extracted downloaded zip file, e.g. cd /downloads/adbtools/
  8. Now, Terminal will be in the same folder as your ADB tools files are stored.
  9. Now, connect your Android device to the computer and set USB mode to File transfer (MTP) mode from Notification center.
  10. Type adb devices in Terminal and hit ENTER button.
  11. You will see list of devices in command prompt with Serial Number with Unauthorized text against it.
  12. Also, you will see Allow USB Debugging? notification on your android device.
  13. Again, type adb devices in Terminal and hit ENTER button.
  14. This time you will see list of devices in command prompt with Serial Number with devices text against it.
  15. That's all, you are ready to run any command from Terminal to operate your Android device from Linux or MAC machine.

Fixed ADB is not recognized Error

After installing Android SDK platform tools and running android debug bridge to configure my Android mobile, the I got the error "the term ADB is not recognized as the name of a cmdlet windows 10" like:
'adb' is not recognized as an internal or external command, operable program or batch file.
Learn to fix ADB cannot be recognized a command in power shell.

Fixing Adb Is Not Recognized Error

Here to fix you just need to set the path of ADB in System Variables.
Fixed ADB Cannot Be Recognized as Command
Fixed ADB Cannot Be Recognized as Command
  • Go to Control Panel >> System.
  • Choose Advanced system settings and you will get System properties window.
  • In the Advanced tab, at the bottom, click on Environment Variables
  • Now in User variables box, choose Path and click on Edit...
  • Here in Edit environment variables window, click New And type C:\ADBTools\
  • Click on Ok.
  • If you have a Command Prompt window open, then close it then open again and then try again. Now the ADB devices command should then work.


Bottom Line
I hope the above steps may help you set up Android Debug Bridge (ADB) Tool on your computer. Nopes? Don't worry, feel free to ask questions, make use of the below comment box. I would love to hear from you and happy to sort out all the questions or issues which you may have.

Also, do not forget to share this information with your friends if you find this helpful.


If you enjoyed this article, please share it with your friends and help us spread the word.

Next Post Previous Post
But before you read the page, I just want to tell you that; you can now convert every visitor & every impression in $$$ with the most advanced & reliable monetization platform that having highest fill rate & the best payouts in the industry.
ADTR Network

One day approval. Monetize your traffic from day 1, with 100% fill rates, higher CPM, & quick payouts. Register to Start Earning Right Now →

Join
ADTR Network
Now

New AI-Powered Content Marketing Toolkit
Rated 5/5 stars in 10,000+ reviews. Stay ahead of the competition with next-gen tech adoption by optimizing content for the target audience to drive 3x faster results. Act now to gain a competitive edge in the market.

ADTR

Improve Revenue, Performance,
&
Grow Traffic Faster

Join Adsense Certified Ad Partner
"ADTR is a must have automatic testing tool for serious publishers."
300% Rise
in AdSense Earnings
Get results from Day 1
It's FREE
Read The Case Study

Testimonials

Client Name 1

I joined PBB when I started blogging 6 years ago. It was my go-to resource for just about ANYTHING!! Without it, I would not have continued down this journey. Having the support, motivation and resources available when you’re in such a lonely profession like blogging is crucial to success. Thank you PBB for helping me turn my passion into a full-time career!!!.

Nikhil Agarwal
Client Name 2

Thank you! After many years of dreaming and enjoying the beauty and insight from numerous blogs I found the courage to start one myself. I could not have done it with your step-by-step guidance! Thank you so much for Pro Blog Booster, for your patient instructions, and for your nudge to publish before it is perfect! I have a long way to go, but am excited to be tippy-toeing into the blog world!

Nandhini Sinha
Client Name 3

I highly recommend ProBlogBooster to any new tech blogger. I began my journey several years ago. The site holds a wealth of information and is both inspiring and educational. They keep up-to-date with the latest standards and trends bringing key information to help you start and grow your technology blogging business. The tech tuts are very in details and the support you receive will help to overcome any challenges along the way. Again, I highly recommend PROBLOGBOOSTER as your companion for tech blogging!

Arnab Tamada
Client Name 4

Problogbooster is awesome. If you’re serious about taking your blog to the next level then there’s no better blog. It has given me the confidence to keep growing my eCommerce site and view it as a serious business.

Matt Flynn

Disclaimer

We are a professional review site that operates like any other website on the internet. We value our readers' trust and are confident in the information we provide. The post may contain some affiliate/referral links, and if you make a purchase through them, we receive referral income as a commission. We are unbiased and do not accept fixed marketing articles or fake reviews. We thoroughly test each product and only give high marks to the very best. We are an independent organization and the opinions/views/thoughts expressed here are our own.

Privacy Policy

All of the ProBlogBooster ideas are free for any type of personal or commercial use. All I ask is to keep the footer links intact which provides due credit to its authors. From time to time, we may use visitors/readers, information for distinct & upcoming, unanticipated uses not earlier disclosed in our privacy notice. If collected data or information practices changed or improved at some time in the future, we would post all the policy changes to our website to notify you of these changes, and we will use for these new purposes only data collected from the time of the policy change forward. If you are concerned about how your information is used, you should check back our website policy pages periodically. For more about this just read out; Privacy Policy