Where is adb.exe in windows 10 located?

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

    I know the question was in the context of "android studio 1.5", but I found this answer and have Xamarin installed.

    In this case, the location is C:\Program Files (x86)\Android\android-sdk\platform-tools

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

    If you are not able to find platform-tools folder, please open SDK Manager and install "Android SDK Platform-Tools" from SDK Tools tab.

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

    You'll find it in the AppData folder if you choose to install it in the default location. Otherwise, it will be located at the folder where you installed your Android SDK/platform-tools folder.

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

    if you know SDK'path on your system, (by default, it's in /users/appdata/local/Android/...

    then, open platform-tools or platform/platform-tools and launch cmd...

    it's there you can write adb

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

    I have taken snapshot of adb.exe directory. I hope it helps you best,

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

    You can find it here:

    %USERPROFILE%\AppData\Local\Android\sdk\platform-tools
    

    To save yourself the hassle in the future, add it to your path:

    1. Click 'Start'.
    2. Type 'Edit environment variables for your account', and click it.
    3. Double click PATH.
    4. Click 'New'.
    5. Paste that path in.
    6. Click 'OK', click 'OK', and restart any command prompts you have open.
    0 讨论(0)
提交回复
热议问题