The adb - Android Debug Bridge is the command-line tool used by Android developers to debug their applications on devices such as Mobile Phones, Tablets, TVs and Wearables running on Android OS.
If you are wondering where adb is located, you can try the following to get to it.
On Mac running macOS
- Open the Terminal App.
- Now move to the Android directory location under your home directory.
cd ~/Library/Android/sdk/platform-tools
- Let's do an ls command to locate the adb file.
ls -l total 49520 -rw-r--r--§ 1 c2ctech staff 1070931 Jul 13 23:13 NOTICE.txt -rwxr-xr-x§ 1 c2ctech staff 13552336 Jul 13 23:13 adb -rwxr-xr-x§ 1 c2ctech staff 240160 Jul 13 23:13 dmtracedump -rwxr-xr-x§ 1 c2ctech staff 671344 Jul 13 23:13 etc1tool -rwxr-xr-x§ 1 c2ctech staff 4137616 Jul 13 23:13 fastboot -rwxr-xr-x§ 1 c2ctech staff 134624 Jul 13 23:13 hprof-conv drwxr-xr-x§ 3 c2ctech staff 96 Jul 13 23:13 lib64 -rwxr-xr-x§ 1 c2ctech staff 562000 Jul 13 23:13 make_f2fs -rwxr-xr-x§ 1 c2ctech staff 562016 Jul 13 23:13 make_f2fs_casefold -rwxr-xr-x§ 1 c2ctech staff 1566768 Jul 13 23:13 mke2fs -rw-r--r--§ 1 c2ctech staff 1157 Jul 13 23:13 mke2fs.conf -rw-r--r--§ 1 c2ctech staff 18335 Jul 13 23:13 package.xml -rw-r--r--§ 1 c2ctech staff 38 Jul 13 23:13 source.properties -rwxr-xr-x§ 1 c2ctech staff 2808032 Jul 13 23:13 sqlite3

On Windows running Windows 8/10/11
- Go to My Computer.
- Now under C: drive navigate the following path.
C:\Users\username\AppData\Local\Android\Sdk\platform-tools\adb.exe
-
Facing issues? Have Questions? Post them here! I am happy to answer!
More Posts related to Android,
- Check Internet Connection WIFI 4G is active on Android Programmatically
- Android Emulator cannot be opened because the developer cannot be verified. [M1 Mac]
- How to Change Android Toast Position?
- Fail to connect to camera service Android java RuntimeException
- How to create Custom RatingBar Android Programming Tutorial
- Fixing Android unknown error 961 while downloading app
- Android AlertDialog with Yes No and Cancel Button
- Share or Send SMS via Android Intent
- The Android Virtual Device myEmulator is currently running an emulator and cannot be deleted.
- Pass data between two Android Activities and access it using Intent
- SQLite with Android Easy to Understand Tutorial that covers Select, Insert, Update and Delete
- [FIX] AndroidRuntime: FATAL EXCEPTION: main - java.lang.RuntimeException NullPointerException
- Android EditText Cursor Colour appears to be white
- Android Development - How to switch between two Activities
- Android xml error Attribute is missing the Android namespace prefix [Solution]
- Android : Remove ListView Separator/divider programmatically or using xml property
- Android is starting optimizing... app 1 of 1
- java.lang.NoClassDefFoundError android.support.v4.content.LocalBroadcastManager
- AlertDialog with single button example : Android
- Android : Exception raised during rendering: action_bar API 22
- Maven : java.lang.ClassNotFoundException: Xmx512m
- Android Lint app_name is not translated in af (Afrikaans) am (Amharic) ar (Arabic) bg (Bulgarian)
- Center align text in TextView Android Programming
- How to Download and Install Android adb Tool on Linux, Mac or Windows
- Multiline EditText in Android Example
More Posts:
- cURL: Show Request and Response Headers - cURL
- How to Save Jupyter Notebook as PDF - Python
- Install Golang (Go) on Ubuntu - Ubuntu
- Disable Apps from Opening on Mac Startup (Login items) - MacOS
- Fix error The tool was unable to install the Web Server (IIS) Role during SharePoint 2019 Setup - SharePoint
- How to Kill Terminal Process in Mac - MacOS
- What is Markdown in Jupyter Notebook with Examples - Python
- Clone Bitbucket repo in VS Code - HowTos