Reputation: 2948
It failed 3 times in a row! What can be the reason for that? I made significant changes to the project since the last run (which succeeded), so can it be something in my code that makes it crash? Thanks.
Upvotes: 2
Views: 2833
Reputation: 9242
Please post any other errors that are relevant.
Here are some things to try:
Shut down and restart adb:
Clean and rebuild your project completely. If you are using Eclipse:
I'm sure you have done this, but also try restarting your IDE.
This may sound stupid, but make sure your AVD IS running (and not locked up).
Upvotes: 1