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!