I always get the following message when trying to copy the PC36IMG.zip file to the sdcard:
zachery-stevenss-macbook:tools zacst$ ./adb push PC36IMG.zip /sdcard
failed to copy 'PC36IMG.zip' to '/sdcard': Is a directory
zachery-stevenss-macbook:tools zacst$
any ideas on how to help?
./adb push PC36IMG.zip /sdcard/
./adb push PC36IMG.zip /sdcard/PC36IMG.zip
i cant even pass the part where it says to input the ./adb devices command. what am I doing wrong?? I get this message: -bash: ./adb: No such file or directory
cd ~/android-sdk-mac_86/tools/
cd ~/Desktop/android-sdk-mac_86/tools/
echo "export PATH=${PATH}:/[B]REPLACE_THIS_WITH_THE_FULL_PATH_TO_YOUR_SDK[/B]/tools" >> ~/.bash_profile
echo "export PATH=${PATH}:/[B]REPLACE_THIS_WITH_THE_FULL_PATH_TO_YOUR_SDK[/B]/platform-tools" >> ~/.bash_profile
I have been experiencing this same issue on a Mac and on Windows. I know a lot of other users have been experiencing this too, but for some reason I have been unable to resolve the issue. I am pretty confident I am running the "./adb devices" command in the correct directory.
PLEASE HELP!
![]()
I am having the same issue w/ my mac not finding my phone as a device. I'm going to install the platform tools. and keep you posted on what I figure out. I read a post that said the directory is now in platform tools, witch dosent come already in your SDK file from android.j-dot-s-macbook:~ ja2ride0rdie$ cd android-sdk-mac_x86
j-dot-s-macbook:android-sdk-mac_x86 ja2ride0rdie$ ./adb devices
-bash: ./adb: No such file or directory
j-dot-s-macbook:android-sdk-mac_x86 ja2ride0rdie$ ./adb devices
-bash: ./adb: No such file or directory
j-dot-s-macbook:android-sdk-mac_x86 ja2ride0rdie$ screencapture
screencapture: no file specified
j-dot-s-macbook:android-sdk-mac_x86 ja2ride0rdie$