Emulator without GPU emulation detected

♀尐吖头ヾ 提交于 2019-11-26 21:30:21

问题


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

"Emulator without GPU emulation detected"`

message in my Logcat.


回答1:


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.




回答2:


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.




回答3:


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



来源:https://stackoverflow.com/questions/9323371/emulator-without-gpu-emulation-detected

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!