我在我的安装了docker.app,我想在docker镜像中启动android x86模拟器.
不幸的是,我在尝试启动模拟器时遇到了以下错误. (模拟器@ nexus7)
ERROR: x86 emulation currently requires hardware acceleration!
Please ensure KVM is properly installed and usable.
cpu acceleration status: KVM requires a cpu that supports vmx or svm
鉴于我的Mac OS实际上似乎支持vmx,我怎么能启动android x86模拟器?
最佳答案