2015-11-12 95 views
0

我完全不熟悉我刚刚下载的Android Studio。我一直在尝试使用模拟器来运行程序。每当我尝试这个时,我都会得到一个Android手机,但没有其他。每一次,日志说以下内容:启动Android模拟器的问题

emulator: WARNING: Increasing RAM size to 1GB 
HAXM is not working and emulator runs in emulation mode 
emulator: device fd:684 
emulator: The memory needed by this AVD exceeds the max specified in your HAXM configuration. 
emulator: AVD  RAM size = 1024 MB 
emulator: HAXM max RAM size = 512 MB 
emulator: You might want to adjust your AVD RAM size and/or HAXM configuration to run in fast virt mode. 
creating window 43 59 329 583 
emulator: emulator window was out of view and was recentered 
emulator: UpdateChecker: skipped version check 

我试图寻找了如何处理这个问题,和解决方案似乎是要AVD管理,编辑仿真器和减少在高级设置的RAM。我尝试将内存从1512MB(或者大约)减少到1024MB,512MB,256MB和128MB。这些都没有帮助。想知道是否有任何其他的建议。

谢谢!

(我的电脑确实有4GB的内存,柜面这是有用的信息)

+0

我建议使用了某个虚拟机与Android的x86) http://www.android-x86.org/ – Rocket

+0

我想我 - 我使用的是Nexus 5的API 23 x86模拟器/虚拟设备 – hodgenovice

+0

你正在使用Android SDK的模拟器... 但你也可以安装一个新的android到虚拟机(VMWare)。您可以在http://www.android-x86.org/ 找到图像然后,您可以通过“adb connect * IP *”将vm连接到adb – Rocket

回答

0

我建议你使用GennyMotion。它比标准模拟器更好,速度更快。