Giorgio Vespucci
Giorgio Vespucci

Reputation: 1586

Android+Eclipse: How to clean/reset an AVD

Is there a way to 'clean' an AVD?

Can I only delete and re-create it?

This question is because I'm developing a custom layout for a ListView and I can't see the update I'm applying.

I tried to uninstall the application, too, to clean and re-run it unsuccessfully.

Upvotes: 3

Views: 6888

Answers (1)

Robby Pond
Robby Pond

Reputation: 73484

When you start an AVD there is an option to "wipe user data". That option will remove any user installed apps.

Upvotes: 8

Related Questions