此處總結genymotion出現的問題。
1)安裝好genymotion后,新建一個模擬器。去下載的時候報錯
Unable to create Virtual Device: Connection timeout.
通過搜索找到解決方法:http://stackoverflow.com/questions/19700646/unable-to-create-genymotion-virtual-devicesconnection-timeout
在 C:\Users\[你的名字]\AppData\Local\Genymobile\目錄下找到 genymotion.log。
打開日志文件,在最后幾行找到出錯原因如下:
四月 21 15:38:02 [Genymotion] [Debug] Remote file size: 182005760 ,current local file size: 0 四月 21 15:38:02 [Genymotion] [Debug] writting to local file with mode OpenMode( "Append|WriteOnly" ) 四月 21 15:38:02 [Genymotion] [Debug] Downloading file "http://files2.genymotion.com/dists/4.3/ova/genymotion_vbox86p_4.3_140326_020620.ova" 四月 21 15:38:02 [Genymotion] [Debug] Start timer 四月 21 15:38:02 [Genymotion] [Error] Connection Timeout 四月 21 15:38:02 [Genymotion] [Debug] Received code: 2 : ""
復制
http://files2.genymotion.com/dists/4.3/ova/genymotion_vbox86p_4.3_140326_020620.ova
到瀏覽器地址欄,通過瀏覽器下載這個ova
下載好后copy 到C:\Users\[你的名字]\AppData\Local\Genymobile\Genymotion\ova\ 里。
再次啟動genymotion,下載這個版本的模擬器就不會報錯了。
2) 使用Genymotion調試出現錯誤INSTALL_FAILED_CPU_ABI_INCOMPATIBLE解決辦法
轉自:http://blog.csdn.net/wjr2012/article/details/16359113
點擊下載Genymotion-ARM-Translation.zip
將你的虛擬器運行起來,將下載好的zip包用鼠標拖到虛擬機窗口中,出現確認對跨框點OK就行。然后重啟你的虛擬機。