Issue
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?
Solution
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
Answered By - Caner
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.