I just cant figure out this whole adb issue. if I type in"adb shell" it pulls up the adb command box, but after that, anything I type in, it says not found.for example, if I type in "adb devices", it says "adb not found". Anyone have any ideas?
Running "adb shell" is not giving you an adb-shell but rather giving you a unix shell on the ADB device. So try unix commands, such as ls (list files) and cd (change directory). And "exit" when you are done with the shell (or just close the window).
If you want to run "adb devices" or similar just run that directly, no need for the shell.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.