2016-07-27 105 views
0

我曾嘗試重新安裝Xamarin Android播放器,Oracle VM VirtualBox和.NET框架4.6.1,但它沒有起作用。我每次運行Xamarin Android Player時都會得到這個錯誤(CLR20r3)

唧唧可以修復嗎?

我使用的是Windows 7 64位。

error

+0

'在VirtualBox中選擇VM,例如奇巧。點擊Setting-> Acceleration-> Enable VT-x/AMD-V' _ [full instruction here](http://forums.xamarin.com/discussion/29459/android-player-running-really-slow-and-android -player-has-stopped-working-error)_ –

+0

但我的處理器不支持VT-x技術,即使沒有VT-x技術,xamarin模擬器也能正常工作,但幾天前它開始給我這個錯誤。 –

回答

1

Xamarin的Android播放器已被廢棄前一段時間,所以它不會是明智的繼續使用它,因爲它不會被任何更多更新的。它沒有從預覽產品中畢業,所以最終版本可能仍然包含一些錯誤。

更好的選擇是使用Google自己的AVD--確保啓用HAXM加速來加速它們。與HAXM一起使用x86映像的速度與VirtualBox一樣快,而且您可以使用Google發佈映像的任何API級別(Xamarin Android Player將不會收到任何新映像)。

https://developer.xamarin.com/guides/android/deployment,_testing,_and_metrics/debug-on-emulator/android-sdk-emulator/

https://developer.xamarin.com/guides/android/getting_started/installation/accelerating_android_emulators/

+0

這是問題所在,我的處理器不支持VT-x技術。 –

+0

你可以嘗試像Genymotion這樣的第三方,我聽說這個作品(雖然慢)沒有vt-x。您也可以使用ARM AVD,但它們又會很慢。過去幾年中的大多數cpus都應該有vt-x,所以可能需要升級系統。如果您有Android設備,那麼最好只用它來進行測試。 – BytesGuy

相關問題