Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android - AVD Wipe user data isn't working

Tags:

android

When I start an AVD and choose to Wipe user data, all of my previously input data and apps are still on the device when the emulator starts.

In Eclipse...

  1. Window > Android SDK and AVD Manager
  2. Select an AVD
  3. Click Start...
  4. Check Wipe user data
  5. Click Launch

Once the emulator starts, my random contacts I entered are still there, my test development apps I've installed via Eclipse are still there...

If Wipe user data doesn't wipe this type of data, what does it do? And how do I wipe my AVD back to default settings, short of deleting it and making a new one?

like image 463
Jake Wilson Avatar asked Nov 13 '22 17:11

Jake Wilson


1 Answers

if you're using R12 of ADT, you may be encountering issue 18444

like image 76
Andy Dennie Avatar answered Dec 29 '22 23:12

Andy Dennie