AVD not booting after Android Studio update

前端 未结 2 753
逝去的感伤
逝去的感伤 2021-01-07 13:30

My AVDs are no longer booting after I installed a 921MB update released these days. I don\'t exactly remember the entity of the update (maybe API/SDK revision), I\'m using A

相关标签:
2条回答
  • 2021-01-07 13:57

    I eventually found a temporary solution hoping they'll fix the bug. You should open config.ini inside .android/AVD/[AVD name]/ and set

    hw.gpu.enabled=yes
    hw.gpu.mode=swiftshader
    

    and the VM got back to work properly.

    Source: https://issuetracker.google.com/issues/36905888

    0 讨论(0)
  • 2021-01-07 14:01

    for all Windows Users the config.ini is in

    C:\Users\yourname.android\avd\yourdevicename.avd/config.ini

    and the entries

    hw.gpu.enabled=yes hw.gpu.mode=auto

    exist already. But the change of hw.gpu.mode to "swiftshader" works perfectly.

    0 讨论(0)
提交回复
热议问题