Android emulator black screen with “GPU emulation - yes”

前端 未结 1 439
渐次进展
渐次进展 2020-12-12 05:28

I\'m trying to use the new feature of the android avd features \"GPU emulation - yes\" It\'s needed to use GLES2.0 on the emulator. However, when I turn that on, the screen

相关标签:
1条回答
  • 2020-12-12 05:55

    For those having the same problem and having a nvidia card with optimus... Just install ironhide!

    sudo apt-add-repository ppa:mj-casalogic/ironhide
    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get install ironhide
    

    Then follow the instructions and reboot! Magic happens! But it's hard sometimes!

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