- Jan 10, 2012
- 179
- 1
- 0
How do I get into adb shell? I downloaded and installed (i think) the sdk tools and stuff, but idk whats wrong, did i not install the right stuff?
Depends type this into your Command Prompt depending on your OS
Windows:
Linux/Mac:Code:SET PATH=%PATH%;C:\Program Files\Android\android-sdk\platform-tools\
Code:export PATH=$PATH:/path/to/your/SDK
now type adb shell and enjoy.