Where is adb.exe in windows 10 located?

2019-03-07 22:39发布

I installed android studio 1.5 on windows 10.

When I type in command line:

adb

I get command not found.

Where can I get it from or where is it installed?

12条回答
Animai°情兽
2楼-- · 2019-03-07 23:12
  • Open android studio

enter image description here

  • Press configure or if project opens go to settings enter image description here

  • lookup Android SDK shown in picture enter image description here

  • You can see your Android SDK Location. Open file in file explorer to that location.

  • Add this to end or direct through to this

\platform-tools\adb.exe

full path on my pc is :

C:\Users\Daniel\AppData\Local\Android\Sdk\platform-tools

查看更多
Explosion°爆炸
3楼-- · 2019-03-07 23:12

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

查看更多
We Are One
4楼-- · 2019-03-07 23:21

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 !

查看更多
看我几分像从前
5楼-- · 2019-03-07 23:26

it is located in AppData hidden folder

C:\Users\[user]\AppData\Local\Android\sdk\platform-tools
查看更多
Rolldiameter
6楼-- · 2019-03-07 23:26

Mine was in: C:\NVPACK\android-sdk-windows\platform-tools

查看更多
ら.Afraid
7楼-- · 2019-03-07 23:28

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.

查看更多
登录 后发表回答