this isnt working....Ive plugged my phon in as "charge only" and gone to "RUN"...."cmd" and I typed "cd c:\android-sdk_r06-windows\android-sdk-windows\tools
and I get
"this system cannot find specified path"
??
Well, assuming that c:\android-sdk_r06-windows\android-sdk-windows\tools is the correct path, you should be able to step up through the directories one at a time too to verify all of the directory names are correct:
1. Launch a command/DOS window
2. cd \ [go to the root level of your C-drive]
3. dir [you should be able to see your android-sdk_r06-windows directory]
4. cd android-sdk_r06-windows
5. dir [examine all of the subdir here]
6. cd android-sdk-windows
7. dir [display the subdirs to verify]
8. cd tools
9. dir [you should now see all of your tools files here]
Does this make sense? (hope I didn't make a typo myself
)
congratulations again on joining the root club!