Android模拟器讨厌我

时间:2016-04-29 10:21:59

标签: android xamarin android-emulator xamarin.android

对不起这个标题,但我很生气,因为没有任何模拟器似乎对我有用。原因如下:

  1. 内置Android模拟器 - 速度太慢,甚至无法部署应用程序,卡在Starting emulator ...,大部分都会收到错误Emulator cannot be started with VS (unknown provider)

  2. Genymotion - 我认为这是我的希望,但虚拟盒出于某种原因给了我蓝屏死机因此无法使用这个非常好的,最佳推荐的模拟器

    BSOD技术信息:STOP:0x0000003B(0x00000000c0000005,0xFFFFF880010C9710,0xFFFFF8800DFB8690,0000000000000000)

  3. XAP或Xamarin Android Player - 也使用VirtualBox,不会让我运行模拟器,会出现一个对话框,说Failed to start the virtual machine. This indicates you have just installed virtualbox and need to reboot your computer.重新启动/重新启动计算机一千次,同样的错误。

  4. 这对我来说太痛苦了,因为我还是Android开发的初学者,但似乎很讨厌我。

    处理器:Intel(R)Core(TM)i5-5300U CPU @ 2.30GHz 2.30 GHz RAM:8.00 GB 系统:Windows 7 64位

    顺便说一下,我在Xamarin Visual Studio 2015中使用我的Android应用程序。

    如果我错过任何具体细节,请告诉我。

2 个答案:

答案 0 :(得分:3)

安装英特尔硬件加速器管理器(HAXM)。

可以使用android sdk管理器下载。下载后,您必须手动运行安装程序。安装程序位于android sdk文件夹中,位于/ extra / Intel子文件夹中。

安装完成后,任何使用x86镜像的android模拟器都将全速运行。

同时确保停用HyperV,并在机器的BIOS中启用虚拟化。

答案 1 :(得分:0)

Well, first it will be better to check out if all Android SDK packages were properly installed. To do that locate on your computer a software called "Android SDK Manager" and run it. It will shows the status of several different packages. Check if you already have installed: 1) Android SDK Tools 24.4.1 and 24 2) Android N (API 21) 3) Intel x86 Emulator Accelerator (HAXM installer) If you don't have installed, then do it selecting them and clicking on "install packages" button. Restart Visual Studio and try to run a simple/demo app.

相关问题