Many blogs mention how to write command lines to do different things ... but I donβt know where to write these command lines! For example, I want to clear the emulator using emulator -wipe-data , but where should I put this?
emulator -wipe-data
Open a command prompt and click
android-sdk-windows\tools
Then for the following command:
emulator -avd -wipe-data
use something like:
emulator -avd myandroidavd -wipe-data
To set the cleaning option on a Mac, when you start the Android SDK Manager, click the "Start" button to start AVD. The Launch Options window opens. There is a βClear user dataβ checkbox about halfway down.