問題描述
我正在嘗試使用適用于 Windows 的 Intel HAX x86 仿真器(如果重要,則為 8).我安裝了所有東西并為 android 版本創建了一個 AVD,一切看起來都是正確的,但是當我運行它時,我得到了這個輸出:
I'm trying to use the Intel HAX x86 emulator for Windows (8, if that matters). I installed everything and created an AVD for the android version, and everything appears correct, but when I run it, I get this output:
Starting emulator for AVD 'x86_QVGA_Level10'
emulator: device fd:1044
HAX is working and emulator runs in fast virt mode
emulator: Failed to sync vcpu reg
emulator: Failed to sync HAX vcpu context
并且模擬器不會運行.除了在 HAX 本身的源代碼,但我不知道如何理解這一點.
and the emulator won't run. The significant part of this error (Failed to sync vcpu reg)
is not mentioned ANYWHERE online, except in the source code for the HAX itself, but I can't figure out how to make any sense of this.
誰能建議如何克服這個錯誤?我真的需要讓它工作,因為在設備和默認模擬器上調試非常慢.
Can anyone advise about how to get past this error? I really need to get this working, because debugging on device and in the default emulators is painfully slow.
推薦答案
我運行了 virtualbox.殺死虛擬機允許模擬器運行.
I had virtualbox running. Killing the VM allowed allowed the emulator to run.
這篇關于如何修復“無法同步 vcpu reg"?錯誤?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!