Emulator without GPU emulation detected

前端 未结 3 412
感动是毒
感动是毒 2020-12-06 09:49

I am trying to execute a sample C2DM Application, but I get an

\"Emulator without GPU emulation detected\"`

message in my Logca

相关标签:
3条回答
  • 2020-12-06 10:27

    In Android SDK Tools R15 you can enable GPU emulation.

    You need to create a new emulator virtual device and set GPU emulation to true in Hardware properties.

    0 讨论(0)
  • 2020-12-06 10:28

    GPU enabling is now is allowed directly through Emulator Creation option.Go to Window --> Android Virtual Device Manager --> new .Now remember to check mark "Use GPU host", then you will have pretty fast working emulator with GPU enable.

    0 讨论(0)
  • 2020-12-06 10:29

    Android Virtual Device Manager -> Edit AVD -> Show Advanced settings ->
    Emulated Performce: Automatic
    Check Multi-Сore CPU

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