[android-developers] Re: Eclipse not installing Android Application on Emulator

2010-09-21 Thread J Burnett
What else appears in the console after the last line you pasted ("Launching a new...")? Did you start the emulator and let it boot prior to starting the app? HTH, J On Sep 16, 12:20 am, AgitoM wrote: > Been looking around the internet for some time for a solution, but > still can't get it to wo

Re: [android-developers] Re: Eclipse not installing Android Application on Emulator

2010-09-18 Thread Prakash Iyer
try getting logcat output or use adb to install your package on the emulator and see what's happening. my guess would be the minSDK version is higher than what is supported on the emulator... On Sat, Sep 18, 2010 at 12:11 PM, AgitoM wrote: > Hope anyone can still offer a solution. Or can point m

[android-developers] Re: Eclipse not installing Android Application on Emulator

2010-09-18 Thread AgitoM
Hope anyone can still offer a solution. Or can point me into the direction of a resource that might help. I'm quite desperate to find a solution to this, since the problem means I can't run Android apps on my office computer. On Sep 16, 12:20 pm, AgitoM wrote: > Been looking around the internet f