Quote:
Originally Posted by logik777
i think it did not not install correctly i might be wrong cause i think it said process aborted or something along those line ,but i would like to check just how do i get the adb shell window an what do i exactly type in there ...TIA
|
What are you trying to do?
To get the command window to go click Start/Run then in the Run window type
cmd
That brings up the Command (cmd) window. You will most likely want to type
cd\
to get to a C: prompt.
From there you type the file path to your adb.exe.
Like my example a post or two ago-I have my SDK renamed to Android and stored on my C: drive so my path is
C:\>android\tool\adb [command goes here]
What command are you trying to run?