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!
No, reimporting the project does not work in all cases.
.
Tried it a few times, and still have the problem.
Thanks for posting your solution though
Hi!
Thanks for the reply, if you manage to find a solution I’d gladly update my post with your credits!
I got this by having the emulator already running and changing the project sdk. When I closed the emulator down and ran from eclipsed it worked fine.
Sean, thanks for the headsup!