LoginSignup
9

More than 5 years have passed since last update.

Android Studioのエミュレータ起動時に「emulator: Failed to sync vcpu reg emulator: Failed to sync HAX vcpu context」が出る

Last updated at Posted at 2015-09-28

環境

  • OS X Yosemite : 10.10.5
  • Android Studio : 1.3.2

原因

いろいろあるようだが、自分の場合はVirtual boxの仮想マシンが原因だった模様。

Tools > Android > AVD Manager から 「Nexus 5 API 23 x86」の再生ボタンを押すと以下のメッセージがコンソールに表示され。エミュレータは起動しない。

HAXM is working and emulator runs in fast virt mode
emulator: Failed to sync vcpu reg
emulator: Failed to sync HAX vcpu context

対処

あげていたのは、boot2dockerなので、以下のとおり停止したら無事エミュレータが起動した。

$ boot2docker down

参考

以下にいろいろ書かれている。

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9