android - 从android虚拟设备获取参数

标签 android android-emulator

当我在 android 虚拟设备管理器 (UI) 中创 build 备时,我能否在命令行中获取创建这些设备的参数?

例如,从现有的模拟器中获取这些

android create avd -n Ev o4G -t 9 -c 8000MB

最佳答案

感谢 friend 们给我的帮助,但我终于找到了答案。在avd创建的每个模拟器中,使用的参数都保存在文件中:

.android/avd/your_emulator_name.avd/config.ini

关于android - 从android虚拟设备获取参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14383501/

相关文章:

android - 为什么Service中使用onStartCommand()?

Android环境变量和父子 Activity

Windows 10 中的 Android AVD 模拟器缩放问题

Android 模拟器未在 Visual Studio 中显示

android - 为 Android 应用程序创建专业的 GUI

android - 安卓软键盘

android - jQuery Mobile Listview - Phantom/Android 4 中未刷新

Android 模拟器不在 xamarin 上运行

crash - Android 模拟器无法在 Mac OS 10.13 上启动

左侧的 Android 填充文本不起作用