Search code examples
androidcmdpathadbandroid-sdk-tools

adb is not recognized as internal or external command, operable program or batch file


I've downloaded SDK Platform Tools, extracted and placed the content in the folder C:\Android\platform-tools:

enter image description here

I've also added the path to the adb.exe file to the Environmental Variables

enter image description here

but I still get the following error:

enter image description here


Solution

  • The path should have

    C:\Android\platform-tools
    

    instead of

    C:\Android\platform-tools\adb.exe