Where is adb.exe in windows 10 located?

后端 未结 14 1629
走了就别回头了
走了就别回头了 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:17

    Got it to work go to the local.properties file under your build.gradle files to find out the PATH to your SDK, from the SDK location go into the platform-tools folder and look and see if you have adb.exe.

    If not go to http://adbshell.com/downloads and download ADB KITS. Copy the zip folder's contents into the platform-tools folder and re-make your project.

    I didn't need to update the PATH in the Extended Controls Settings section on the emulator, I left Use detected ADB location settings on. Hope this makes this faster for you !

提交回复
热议问题