macos Android 模拟器 Mac OSX 位置

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3941983/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-21 07:17:24  来源:igfitidea点击:

Android emulator Mac OSX location

androidmacososx-snow-leopardavd

提问by Marcin

Where does Android emulator keep all its data and itself?

Android 模拟器在哪里保存它的所有数据和它自己?

Inside the SDK folder or somewhere else?

在 SDK 文件夹内或其他地方?

回答by DeRagan

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/

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

You can check this link to get more info

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

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

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

回答by Nicu Surdu

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

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

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

你的应用应该在 /data/data/<you-app-id>