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?
Open a
cmd
window and typewhere adb.exe
For me
D:\android-sdk_r24.4.1-windows\android-sdk-windows\platform-tools\adb.exe
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
You can find it here:
To save yourself the hassle in the future, add it to your path:
PATH
.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.I have taken snapshot of adb.exe directory. I hope it helps you best,
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