Where is adb.exe in windows 10 located?

后端 未结 14 1660
走了就别回头了
走了就别回头了 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条回答
  •  旧时难觅i
    2020-12-07 10:23

    Since you already have Android Studio installed, and require the environment variable ANDROID_HOME to be set, the easy way to do this is to add %ANDROID_HOME%\platform-tools to your path.

提交回复
热议问题