Are you trying to run adb install after running adb shell? If so, that doesn't work. You don't want to be in the shell.
On Apr 1, 3:59 pm, hitsu_g <[EMAIL PROTECTED]> wrote: > I am on a Mac and am having no luck installing my app's apk on the > emulator using Terminal. > > I start the emulator using: > /Developer/Applications/ANDROID/android-sdk_m5-rc14_mac-x86/tools/ > emulator > I enter the shell using: > /Developer/Applications/ANDROID/android-sdk_m5-rc14_mac-x86/tools/adb > shell > > My apk file is inside the tools folder called Zimp.apk. > I have tried many variations of the following: > adb install /Developer/Applications/ANDROID/android-sdk_m5-rc14_mac- > x86/tools/Zimp.apk > But everything I try, the Terminal tells me it can't find the file. > What is the proper way of installing the apk on a Mac? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

