I installed android studio 1.5 on windows 10.
When I type in command line:
adb
I get command not found.
Where ca
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
If you are not able to find platform-tools folder, please open SDK Manager and install "Android SDK Platform-Tools" from SDK Tools tab.
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.
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
I have taken snapshot of adb.exe directory. I hope it helps you best,
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:
PATH
.