首页 > 代码库 > Android开发出现Emulator without GPU emulation detected 的解决办法

Android开发出现Emulator without GPU emulation detected 的解决办法

参考 :http://blog.csdn.net/aminfo/article/details/7909402

环境:Android Developer Tools Build: v22.6.2-1085508

    写了一个opengl es2.0的程序,想用模拟器运行一下,居然出现Emulator without GPU emulation detected 的错误。网上搜索了一下,说是GPU选项没有打开。我用Android Virtual Device Manager找了半天没有找到,后来把编辑窗口放大了一下,在编辑窗口的下面才发现的use host gpu的选项框。把选项框勾选上,就可以成功运行opengl es2.0的shader代码了。

Android开发出现Emulator without GPU emulation detected 的解决办法