HAX is working and emulator runs in fast virt mode. emulator: WARNING: UpdateCheck: Failure: Error audio: Failed to create voice `goldfish_audio_in' qemu-system-i386.exe: warning: opening audio input failed emulator: Listening for console connections on port: 5554 emulator: Serial number of this emulator (for ADB): emulator-5554 emulator: emulator window was out of view and was recentered [8476]:WARNING:./android/base/files/IniFile.cpp:158:Failed to process .ini file C:\Users\MDG.android\emu-update-last-check.ini for reading. emulator: WARNING: UpdateCheck: Failure: Error emulator: WARNING: UpdateCheck: failed to get the latest version, skipping check (current version '25.2.5-3567187')
HAX正在运行,模拟器以快速virt模式运行。模拟器:警告:UpdateCheck:失败:错误音频:无法创建语音`goldfish_audio_in'qemu-system-i386.exe:警告:打开音频输入失败模拟器:在端口上侦听控制台连接:5554模拟器:此模拟器的序列号(对于ADB):模拟器-5554模拟器:模拟器窗口不在视图中并被重新调整[8476]:警告:./ android / base / files / IniFile.cpp:158:无法处理.ini文件C:\ Users \ MDG .android \ emu-update-last-check.ini用于阅读。模拟器:警告:UpdateCheck:失败:错误模拟器:警告:UpdateCheck:未能获取最新版本,跳过检查(当前版本'25 .2.5-3567187')
I'm new to Android studio and I'm unable to fix the above error . I have installed HAXM, I have set the path variables for android SDK and I have set the RAM below 1GB.
我是Android工作室的新手,我无法解决上述错误。我已经安装了HAXM,我已经设置了android SDK的路径变量,我已经将RAM设置为1GB以下。
I have a computer that is a 64-bit system that runs Windows 10. I have tried both the Lollipop 22 x86_64 and Lollipop 22 x86 System Images and they both fail.
我有一台运行Windows 10的64位系统的计算机。我已经尝试过Lollipop 22 x86_64和Lollipop 22 x86系统映像,但它们都失败了。
I cannot figure out what the issue is. Any help would be greatly appreciated.
我无法弄清楚问题是什么。任何帮助将不胜感激。
Thank you
1 个解决方案
#1
0
The answer is in the configuration of your emulator. You can still use the same emulator to run on RAM size of 1GB by the below command:
答案在于模拟器的配置。您仍然可以使用相同的模拟器通过以下命令在1GB的RAM大小上运行:
$ emulator @ -memoryNOTE: run the above command in the SDK folder or the SDK/tools folder. and RAM value specified will overrides the AVD setting.
注意:在SDK文件夹或SDK / tools文件夹中运行以上命令。和指定的RAM值将覆盖AVD设置。
Now in case you are running multiple emulators be aware of the HAXM maximum RAM configuration which it can provide to your emulator. else the emulator whichever is launched later will exit/crash cuz of RAM issues. Good luck!
现在,如果您正在运行多个仿真器,请注意它可以为仿真器提供的HAXM最大RAM配置。否则,以后启动的模拟器将退出/崩溃RAM问题。祝好运!
【本文由:香港云服务器 http://www.558idc.com/ne.html网络转载请说明出处】