模拟器是android studio中的过时错误

时间:2017-07-07 18:41:46

标签: android android-studio android-emulator avd

我试图从Android工作室的终端启动AVD,我收到了以下错误,请帮忙

 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"

enter image description here

1 个答案:

答案 0 :(得分:2)

禁用GPU模拟时,仅支持800 X 1280或更小的屏幕尺寸。     模拟器:错误:禁用GPU仿真:软件gpu和屏幕太大

只需创建一个新的模拟器。前一个是使用不支持此类条件的配置创建的。