Android Studioでエミュレータを起動させようとしたら以下のようなエラーが出力されました。
※タブレット用のスクリーンショットを取得したく、エミュレータを設定して起動させたところです。
別作業で、VirtualBoxを起動していたので、それが原因でした。
VirtualBoxを停止したところ動きました。
/Applications/eclipse/android_sdk/tools/emulator -netdelay none -netspeed full -avd Nexus_7_API_23
Hax is enabled
Hax ram_size 0x60000000
HAX is working and emulator runs in fast virt mode.
emulator: Listening for console connections on port: 5554
Failed to sync vcpu reg
emulator: Serial number of this emulator (for ADB): emulator-5554
Failed to sync vcpu reg
emulator: ERROR: Unfortunately, there's an incompatibility between HAXM hypervisor and VirtualBox 4.3.30+ which doesn't allow multiple hypervisors to co-exist. It is being actively worked on; you can find out more about the issue at http://b.android.com/197915 (Android) and https://www.virtualbox.org/ticket/14294 (VirtualBox)
Failed to sync vcpu reg
Internal error: initial hax sync failed
コメント