Android 模拟器 Mac OSX 位置

发布于 2024-09-27 18:23:09 字数 60 浏览 2 评论 0原文

Android 模拟器将其所有数据及其本身保存在哪里?

在 SDK 文件夹中还是其他地方?

Where does Android emulator keep all its data and itself?

Inside the SDK folder or somewhere else?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

少女的英雄梦 2024-10-04 18:23:09

我假设您正在谈论为模拟器创建的 AVD。默认情况下,AVD 管理器会在 ~/.android/avd/ 内创建 AVD 目录。

您可以查看此链接以获取更多信息

http://developer.android.com/tools/devices/managing-avds-cmdline.html#DefaultLocation

I assume you are talking about the AVD that you are creating for your simulator. By default, the AVD Manager creates the AVD directory inside ~/.android/avd/

You can check this link to get more info

http://developer.android.com/tools/devices/managing-avds-cmdline.html#DefaultLocation

爱冒险 2024-10-04 18:23:09
  • 打开 AVD 管理器
  • 右键单击​​其中一个设备
  • 选择“在磁盘上显示”
  • Open the AVD manager
  • Right-click one of the devices
  • Select "Show on Disk"
芯好空 2024-10-04 18:23:09

如果您想查看模拟器上存储的文件,可以使用 设备文件Android Studio 附带的资源管理器

您的应用应位于 /data/data/

If you want to see the files stored on the emulator, you can use the Device File Explorer that comes with the Android Studio.

Your app should be in /data/data/<you-app-id>

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