开发者

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

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?


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


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.


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

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

Click the down arrow icon next to the edit icon.

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

Click wipe data.

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜