Android/Eclipse:在哪里编写“emulator -wipe-data”等命令行?
许多博客提到编写命令行来执行不同的操作...但我不知道在哪里编写这些命令行!例如,我想使用 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
打开命令提示符 & goto
然后对于以下命令:
使用类似以下内容:
Open command prompt & goto
Then for the following command:
use something like:
要在 Mac 上设置擦除选项,请在运行 Android SDK Manager 的情况下单击“开始”按钮启动 AVD。将打开“启动选项”窗口。大约中间有一个“擦除用户数据”复选框。
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.
如此简单的解决方案。
如果你有Ubuntu系统,
然后转到此路径:
如果您有其他操作系统,则根据您的情况转到此路径。
使用此命令检查模拟器列表后:
它将显示如下结果:
之后,所有擦除命令:
So Simple Solution.
If you have Ubuntu System,
Then Go to this path:
If you have other Operating System, Then go to this path according to you.
After Check List of Emulators using this command:
It will show thw result look like:
After, All Wipe Command:
您可以按照接受的答案进行操作,或者只需打开 AVD 管理器并按照以下演示来擦除模拟器数据。
单击编辑图标旁边的向下箭头图标。
单击“擦除数据”。
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.