Android/Eclipse:在哪里编写“emulator -wipe-data”等命令行?

发布于 2024-11-26 02:58:51 字数 105 浏览 0 评论 0原文

许多博客提到编写命令行来执行不同的操作...但我不知道在哪里编写这些命令行!例如,我想使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

墨落画卷 2024-12-03 02:58:51

打开命令提示符 & goto

android-sdk-windows\tools

然后对于以下命令:

emulator -avd -wipe-data

使用类似以下内容:

emulator -avd myandroidavd -wipe-data

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
但可醉心 2024-12-03 02:58:51

要在 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.

小镇女孩 2024-12-03 02:58:51

如此简单的解决方案。
如果你有Ubuntu系统,
然后转到此路径:

/home/rahul/Android/Sdk/emulator

如果您有其他操作系统,则根据您的情况转到此路径。
使用此命令检查模拟器列表后:

./emulator -list-avds

它将显示如下结果:

Pixel_3_XL_API_29
Pixel_3_XL_API_29_2
Pixel_3_XL_API_29_3

之后,所有擦除命令:

emulator -avd Pixel_3_XL_API_29_3 -wipe-data

So Simple Solution.
If you have Ubuntu System,
Then Go to this path:

/home/rahul/Android/Sdk/emulator

If you have other Operating System, Then go to this path according to you.
After Check List of Emulators using this command:

./emulator -list-avds

It will show thw result look like:

Pixel_3_XL_API_29
Pixel_3_XL_API_29_2
Pixel_3_XL_API_29_3

After, All Wipe Command:

emulator -avd Pixel_3_XL_API_29_3 -wipe-data
燃情 2024-12-03 02:58:51

您可以按照接受的答案进行操作,或者只需打开 AVD 管理器并按照以下演示来擦除模拟器数据。

输入图片此处说明

单击编辑图标旁边的向下箭头图标。

输入图片此处说明

单击“擦除数据”。
输入图片此处描述

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文