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 e
e
Open command prompt & goto
android-sdk-windows\tools
Then for the following command:
emulator -avd -wipe-data
use something like:
emulator -avd myandroidavd -wipe-data