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

前端 未结 3 1376
夕颜
夕颜 2021-01-04 17:57

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

相关标签:
3条回答
  • 2021-01-04 18:24

    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
    
    0 讨论(0)
  • 2021-01-04 18:31

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

    Click the down arrow icon next to the edit icon.

    Click wipe data.

    0 讨论(0)
  • 2021-01-04 18:46

    to set the wipe option on Mac, with the Android SDK Manager running, click the start button to launch an AVD. A Launch Options window opens. There is a Wipe User Data checkbox about half way down.

    0 讨论(0)
提交回复
热议问题