Quote:
Originally Posted by Sporkman
can you tell me the commands i need to get to my /tools folder in my android dir
sorry im a total dos/cmd noob
|
i put my sdk on the main part of my C:
the easiest way so you dont have to keep retyping would be:
cd "drive letter":/"android sdk folder"/tools
so on my comp i would do
Code:
cd C:/Android/tools
Which will put you in the tools folder instead of the main windows user folder
So it would now look like
From there you would be able to type the commands in the tutorial
I'm terrible at giving directions, so let me know if you need anything further and i will do as best i can