2016-11-25 10 views
0

Android Studioをインストールし、サンプルアプリケーション用にAVDを起動しようとしました。私はAVDを起動する際に次のエラーが発生しています。私はAndroid Studio 2.2.2を使用しています。この問題を解決するための回避策は何ですか?AndroidスタジオでAVDを起動する際の問題

Cannot launch AVD in emulator. 
Output: 
init: Could not find wglGetExtensionsStringARB! 
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 
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 
Failed to sync vcpu reg 
Failed to sync vcpu reg 
Internal error: initial hax sync failed 

答えて

1

私にとってはVirtualBoxでしたが、これは実行中のemulatorと競合していました。 VirtualBoxを殺した後、emulatorを実行することができました。

関連する問題