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

标签 android ubuntu-16.04 emulation android-virtual-device

在帖子中 Making the Android emulator run faster

答案是:

Linux:

  • 安装KVM:打开GOOGLE,写“kvm installation”
  • 使用“Intel atom x86”CPU/ABI 创建 AVD
  • 从命令行运行:emulator -avd avd_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/

相关文章:

android - 在 google play store 上上传 apk 后,React native 应用程序崩溃,它仅在第一次崩溃

javascript - Android:如何在加载资源时显示动画启动画面

android - SharedPreferences 未保存在 onDestroy of Service 中

python - Python 的三个版本?

low-level - CPU 仿真和锁定到特定时钟速度

android - Android应用程序的音频接口(interface)

ruby-on-rails - PG::ConnectionBad:无法连接到服务器:连接被拒绝(Ubuntu 16.04、Rails 5、Capistrano)

laravel - 如何在 PhpStorm 2018.1 中创建新的 Laravel 项目?

Android 模拟器无法加载完整网站

Android Emulator Wear OS P - 您的设备存在内部问题