우분투 14.04를 사용하고 있습니다. 최근에 Android Studio를 설치했지만 Hello World 앱을 실행하려고 할 때마다이 오류가 발생합니다.
/home/praveen/Android/Sdk/tools/emulator -avd Nexus_6_API_21 -netspeed full -netdelay none
emulator: ERROR: x86 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).
어쩌면 U는 32 비트 시스템을 가지고, 그것을 업그레이드 한 다음 시도하십시오 ... 안드로이드 에뮬레이터는 4GB 램 이상이 필요합니다.
—
yunus