Quote:
Originally Posted by aust10n
Have sdk installed. How do I now run adb in the cmd prompt? it is giving me errors. everything i try is no recognized.
|
You have to get to the tools directory from the command prompt.
If you put the sdk folder in the C:\ drive you get there by typing
cd\
Then your prompt will say "C:\"
type "cd sdk\tool"
Then your prompt will say c:\sdk\tools\"
Remember "sdk" is the directory where you put the sdk that you downloaded. If you put it somewhere else you need to go to that directory, and then tools.
In other words, if you saved the SDK directory to your desktop it would be
c:\users and settings\username\Desktop\sdk\tools
If you saved it to you program files directory it would be
c:\Program Files\sdk\tools
etc.
You need to know where you saved the sdk folder that you pulled out of the zip file.