Reputation: 99
This might be a dumb question, but I'm trying to connect a tablet so I can make an app in Android Studio. All the guides I see (https://developer.android.com/studio/command-line/adb.html#wireless) tells me to go to the command line and use adb commands. Where do I have to navigate to to use that command?
I've gone to C:/Users/myusername/AppData/Local/Android/sdk/tools
from there I've tried navigating to other directories and try to use the adb command but it won't let me. I don't know which directory I have to navigate to to use the adb commands, but I believe it's somewhere around where I'm looking, but I can't exactly find it.
Upvotes: 1
Views: 854
Reputation: 484
C:\Users\username\AppData\Local\Android\sdk\platform-tools
from there right click and open command window here and then continue as described here: https://stackoverflow.com/a/3623727/3838663
Upvotes: 1