Quote:
Originally Posted by The Joker
Haven't figured out where ADB is .....
I'm not great at using the commands.....I know cd, dir and really basic stuff, but not sure about find....
I'm assuming I need to get into my F drive.....just not getting there....
Maybe I should just get root explorer.....maybe easier
|
Yes, you use CD to change directory.
Find out where ADB is using your file explorer (outside of the command line).
Mine is in:
/directoryname/directoryname/directoryname/android-sdk-mac_x86/tools
I would change directory like this:
cd /directoryname/directoryname/directoryname/android-sdk-mac_x86/tools
then I would confirm I'm in that directory:
pwd
after that is confirmed I would enter my ADB commands at the prompt