Android Studioでのアプリ開発で、エミュレーターも作りなおして起動したところ下記のようなエラーが出力してエミュレーターが起動できないことがあります。
emulator: WARNING: Increasing RAM size to 1024MB emulator: WARNING: VM heap size set below hardware specified minimum of 80MB emulator: WARNING: Setting VM heap size to 256MB Hax is enabled Hax ram_size 0x40000000 HAX is working and emulator runs in fast virt mode. console on port 5554, ADB on port 5555 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 Failed to sync vcpu reg Internal error: initial hax sync failed
エラーの内容としては、「VirtualBoxが起動しているから停止して使ってね」ということです。 VM起動中だとエミュレーター起動は起動できないルールのようですので、VMを停止してからエミュレーターを起動させましょう。