This generally happens when the apk file was not built for whatever reason. One thing to try is to clean and rebuild the project in Eclipse by going to Project -> Clean. If that still doesn't work, carefully examine the console/log to see if there are any Dalvik compilation failures or other problems.
On May 7, 8:08 am, patrick <[EMAIL PROTECTED]> wrote: > hi, > > I just recently experienced a very strange bug. I develop on android > for 2 month now and I never had this problem before. > > I'm not able to upload any apks to the emulator anymore, eclipse > console says: > [2008-05-07 17:03:33 - android] Android Launch! > [2008-05-07 17:03:33 - android] adb is running normally. > [2008-05-07 17:03:33 - android] Launching: foo.bar. > [2008-05-07 17:03:33 - android] Automatic Target Mode: reuse existing > emulator. > [2008-05-07 17:03:33 - android] Pushing android.apk to /data/app on > device 'emulator-tcp-5555' > [2008-05-07 17:03:33 - android] Failed to install android.apk on > 'emulator-tcp-5555': Local file doesn't exist. > > altough when I enter > adb devices > in the shell it lists: > > List of devices attached > 1 emulator-tcp-5555 device 0 > > I'm also able to login via adb shell... > > It's really persistent, I deleted the local image of android, no > change. > > Did you experience a similar problem yet? > > Thanks, > Patrick --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

