Taken from here: http://www.asoftech.com/articles/android-enable-mass-storage.html
When I try this command:
adb forward tcp:5555 tcp:5555
it says
-bash: adb: command not found"
I already entered in the PATH values.
What am I doing wrong?
Taken from here: http://www.asoftech.com/articles/android-enable-mass-storage.html
When I try this command:
adb forward tcp:5555 tcp:5555
it says
-bash: adb: command not found"
I already entered in the PATH values.
What am I doing wrong?
You can try adb
command line first. I think you probably didn't add adb path successfully.
adb
path:Z:\AndroidSDK\platform-tools
export PATH=$PATH:/cygdrive/Z/AndroidSDK/platform-tools
You should add path now