I installed android studio 1.5 on windows 10.
When I type in command line:
adb
I get command not found.
Where ca
If you just want to run adb
command. Open command prompt and run following command:
C:\Users\<user_name>\AppData\Local\Android\sdk\platform-tools\adb devices
NOTE: Make sure to replace <user_name> in above command.
You can look in C:\android\sdk\platform-tools . This was where I found it on my computer.