Issue
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?
Solution
It is located in the AppData
hidden folder
C:\Users\[user]\AppData\Local\Android\sdk\platform-tools
From l33t's comment below you may use the following shortcut:
%LOCALAPPDATA%\Android\sdk\platform-tools
To use it in PowerShell you can do:
$env:LOCALAPPDATA\Android\sdk\platform-tools
Answered By - Naramsim
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.