If you’re using Eclipse to develop Android applications and get the error:
[2010-08-16 19:56:41 - xxx] ------------------------------ [2010-08-16 19:56:41 - xxx] Android Launch! [2010-08-16 19:56:41 - xxx] adb is running normally. [2010-08-16 19:56:41 - xxx] Could not find xxx.apk! [2010-08-16 19:58:04 - xxx] ------------------------------
after importing a project (maybe doing some reconfiguring), just remove the project (only the project from Eclipse, not from disk!).
Then simply re-import it and it should work again!
Update March 14th: according to Sean, you can get this error also by having the emulator already running and changing the project SDK. The solution then is to close the emulator and run it again from eclipse. Thanks for the info!
