[android-developers] Re: 'emulator-tcp-5555': Local file doesn't exist with Eclipse

2008-05-08 Thread Digit
just as a clarification, the "Local file doesn't exist" means that the file you're trying to send to the emulator doesn't exit, not that the emulator itself isn't connected. On Wed, May 7, 2008 at 5:08 PM, patrick <[EMAIL PROTECTED]> wrote: > > > hi, > > I just recently experienced a very strange

[android-developers] Re: 'emulator-tcp-5555': Local file doesn't exist with Eclipse

2008-05-07 Thread patrick
Hi Josh, thanks for you help. Rebuilding the project solved the problem. Cheers, Patrick On May 7, 9:48 pm, Josh Guilfoyle <[EMAIL PROTECTED]> wrote: > 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 > Ecli

[android-developers] Re: 'emulator-tcp-5555': Local file doesn't exist with Eclipse

2008-05-07 Thread Josh Guilfoyle
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 pro