ayushpal wrote:when i type 'c:users>divyansh(my pc name)>downloads\geandroid' and enter it didn't worked!
You have done quite many mistakes here.
First, you have to type 'cd' before the path.
Second, you have to have '\' after the colon after drive letter.
Third, you must not use '>' to try to navigate to a folder. You have to use '\' instead.
So, with these things corrected, it would be:
- Code: Select all
cd c:\users\divyansh\downloads\geandroid
ayushpal wrote:then i typed 'c:users>divyansh>downloads\geandroid\setup' and it worked till step 8th
If you do the previous step correctly, you won't have to write the whole file address, only the name will be enough.
Remember to put the file extension, too! So, what it should be is this:
- Code: Select all
setup.bat
ayushpal wrote:now what to do so that i can give the command 'android update project -t 1 -p .' in the geandroid folder ?
If you have done all the above steps correctly, you don't have to do anything else than to type the command.
I hope this helped!
