无法从 Android Studio 在 Ubuntu 32 位的模拟器中启动 AVD
Unable to launch AVD in emulator from Android Studio in Ubuntu 32 bit
无法在模拟器中启动 AVD。
Output: emulator: ERROR: x86_64 emulation currently requires hardware
acceleration! Please ensure KVM is properly installed and usable. CPU
acceleration status: KVM is not installed on this machine (/dev/kvm is
missing).
我尝试了相关帖子中提到的几个步骤,但没有任何效果。这就是为什么张贴在这里。
为什么不尝试使用 Genymotion
作为您的模拟器?这是一个快速的模拟器。
如错误消息所述,您应该首先设置 kvm
。
在您的 Ubuntu 机器上设置 kvm
作为参考 the official Ubuntu help。
无法在模拟器中启动 AVD。
Output: emulator: ERROR: x86_64 emulation currently requires hardware acceleration! Please ensure KVM is properly installed and usable. CPU acceleration status: KVM is not installed on this machine (/dev/kvm is missing).
我尝试了相关帖子中提到的几个步骤,但没有任何效果。这就是为什么张贴在这里。
为什么不尝试使用 Genymotion
作为您的模拟器?这是一个快速的模拟器。
如错误消息所述,您应该首先设置 kvm
。
在您的 Ubuntu 机器上设置 kvm
作为参考 the official Ubuntu help。