Android/Eclipse: where to write command-lines like "emulator -wipe-data"?

Viewed 9386

Many blogs mention writing command lines to do different stuffs...but I don't know where to write these command lines! For example, I want to clean my emulator with emulator -wipe-data but where should I put this?

3 Answers

You can follow the accepted answer or simply open the AVD manager and follow the below demonstration to wipe the emulator data.

enter image description here

Click the down arrow icon next to the edit icon.

enter image description here

Click wipe data. enter image description here

Related