#'adb' is not recognized as an internal or external command

21 messages · Page 1 of 1 (latest)

coral swan
#

In the Android 14 setup guide, it says to run 'adb devices' in a terminal, but when I type 'adb devices' in my terminal, it says not recognized.

runic kelp
#

Have you installed ADB? It comes with Android Studio, or you can install it separately

trim carbon
#

Are you using command prompt or PowerShell

#

Or none

runic kelp
#

Oh yeah PowerShell you have to run adb like ./adb instead if adb.exe is in your current folder

trim carbon
#

Yeah

coral swan
#

Command Prompt.

#

Sorry, I've never used the USB debugging on Android before so I'm a bit new to it. I've used dev options a ton over the years but not USB debugging specifically.

#

Let me install ADB.

runic kelp
#

It's just a zip file, if you don't intend to use it again, just put the adb.exe file in your downloads folder and the adb command should work when you run Command Prompt and navigate to your downloads

coral swan
#

I'm typing \Downloads\adb.exe but it's saying cannot find path.

#

oh, I just typed adb.exe but it says Access is denied.

runic kelp
#

What is your Command Prompt's current directory?

#

Should look something like this

coral swan
runic kelp
#

Oh yeah copy the dll files out of the zip file too

#

Sorry about that

coral swan
#

Ah, got it

#

App is installed!

runic kelp
#

Yay!