gpt4 book ai didi

android - "Making the Android emulator run faster"答案解释

转载 作者:行者123 更新时间:2023-11-29 02:23:46 25 4
gpt4 key购买 nike

在帖子中 Making the Android emulator run faster

答案是:

Linux:

  • 安装KVM:打开GOOGLE,写“kvm installation”
  • 使用“Intel atom x86”CPU/ABI 创建 AVD
  • 从命令行运行:emulator -avdavd_name -qemu -m 512 -enable-kvm
  • 或者从 Eclipse 运行:Run/Run配置/选项卡“目标”->检查 Intel x86 AVD 并在“Additional Emulator Command Line Options”窗口添加:-qemu -m 512-enable-kvm(点击运行)

我正在使用 Ubuntu 16.04(以及 Oracle VM virtual box 和 Genymotion - 但不知道这是否重要),我可能已成功安装 KVM。虽然,我不明白下一部分:

使用“Intel atom x86”CPU/ABI 创建 AVD

这是什么程序或命令?

最佳答案

AVD 表示 Android 虚拟设备。它们很可能意味着您在 Android Studio 中使用普通模拟器。

这是一个链接 describes the process

基本上您有多个 AVD 图像可供选择,您必须在 ABI 列中选择一个具有 x86 CPU 而不是 ARM CPU 的图像。

关于android - "Making the Android emulator run faster"答案解释,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53472190/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com