Where is adb.exe in windows 10 located?

后端 未结 14 1610
走了就别回头了
走了就别回头了 2020-12-07 09:38

I installed android studio 1.5 on windows 10.

When I type in command line:

adb

I get command not found.

Where ca

相关标签:
14条回答
  • 2020-12-07 10:37

    If you just want to run adb command. Open command prompt and run following command:

    C:\Users\<user_name>\AppData\Local\Android\sdk\platform-tools\adb devices
    

    NOTE: Make sure to replace <user_name> in above command.

    0 讨论(0)
  • 2020-12-07 10:38

    You can look in C:\android\sdk\platform-tools . This was where I found it on my computer.

    0 讨论(0)
提交回复
热议问题