Android emulator error: “System UI has stopped”

前端 未结 8 1883
借酒劲吻你
借酒劲吻你 2020-12-05 23:11

I have recently set up my Android development environment. Every thing is alright but when I run my emulator it takes to much time with an error dialog on the emulator scree

8条回答
  •  离开以前
    2020-12-05 23:50

    What seems to have worked for me and others is to change the hw.mainKeys setting in your config.ini to true:

    hw.mainKeys=true
    

提交回复
热议问题