http://developer.android.com/guide/developing/tools/emulator.html
but how to use -wipe-data parameter ? it's easy, )but I could not find a way to do it using the Eclipse IDE)
Open command prompt,
android-sdk-windows\tools>emulator -avd
eg.
emulator -avd androidavd2 -wipe-data
this should work!
go to Run -> Run Configurations... When the Run Configurations window comes up, choose your Android application if necessary. Then go to the Target tab. Scroll down and you'll see a check box that says, "Wipe User Data."
ReplyDelete