Android/Eclipse: where to write command-lines like

2020-03-14 02:30发布

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?

3条回答
Explosion°爆炸
2楼-- · 2020-03-14 02:37

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.

查看更多
▲ chillily
3楼-- · 2020-03-14 02:38

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

enter image description here

Click the down arrow icon next to the edit icon.

enter image description here

Click wipe data. enter image description here

查看更多
成全新的幸福
4楼-- · 2020-03-14 02:55

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
查看更多
登录 后发表回答