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

前端 未结 3 1393
夕颜
夕颜 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
    

提交回复
热议问题