views:

94

answers:

1

I have my Emulator open, and using Command Prompt I remove my application. I didn't closed the Emulator.

Then I go to Eclipse and hit Debug, but doesn't deploy the apk to the emulator, just tells me the package not yet registered with the system.

New package not yet registered with the system. Waiting 3 seconds before next attempt.

Restarting the emulator is not an option, as that takes 10-15 minutes.

What I am doing wrong?

+2  A: 

I have encountered this occasionally. Doing a clean project before rebuilding and redeploying seems to do the trick.

Jack Patmos
Thank you, you saved a lot of my time.
Pentium10