本文介绍了模拟器在Android Studio中已过时错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我试图从Android Studio中的终端启动AVD,但遇到以下错误,请帮助
I tried to start AVD from terminal in Android studio and I am getting following error, Please help
C:\Users\rudraneel-admin\AppData\Local\Android\sdk1\tools>emulator -avd API_25 -gpu off
init: Could not find wglGetExtensionsStringARB!
emulator: ERROR: GPU emulation is disabled.
Only screen size of 800 X 1280 or smaller is supported when GPU emulation is disabled.
emulator: ERROR: GPU emulation is disabled: software gpu and screen too large
Hax is enabled
Hax ram_size 0x60000000
HAX is working and emulator runs in fast virt mode.
audio: Failed to create voice `goldfish_audio_in'
qemu-system-i386.exe: warning: opening audio input failed
audio: Failed to create voice `adc'
emulator: emulator window was out of view and was recentered
Your emulator is out of date, please update by launching Android Studio:
- Start Android Studio
- Select menu "Tools > Android > SDK Manager"
- Click "SDK Tools" tab
- Check "Android SDK Tools" checkbox
- Click "OK"
推荐答案
在禁用GPU仿真时,仅支持800 X 1280或更小的屏幕尺寸.模拟器:错误:GPU模拟器已禁用:软件gpu和屏幕太大
只需创建一个新的模拟器.上一个配置是用这种条件不支持的配置创建的.
Just create a new emulator. Previous one was created with configuration which not supported with such conditions.
这篇关于模拟器在Android Studio中已过时错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!