Issue
I've just downloaded a fresh install of SDK platform tools since I don't need the IDE. Version: r32.0.0
When using adb pair i get the following:
PS C:\*userpath*\platform-tools_r32.0.0-windows\platform-tools> adb pair
adb: usage: unknown command pair
Tried downloading fresh again, and still the same error. Do I need to install other packages aswell? I just want the command line tools.
Solution
Ended up using an ADB version I didn't know was installed. Opening PowerShell directly in the folder and running
./adb
Made it work, just fine.
Answered By - TheKlinto
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.