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?
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?
Press configure or if project opens go to settings
lookup Android SDK shown in picture
You can see your Android SDK Location. Open file in file explorer to that location.
full path on my pc is :
If you are not able to find platform-tools folder, please open SDK Manager and install "Android SDK Platform-Tools" from SDK Tools tab.
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 !
it is located in AppData hidden folder
Mine was in: C:\NVPACK\android-sdk-windows\platform-tools
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.