EGL/egl.h: No such file or directory

时间:2021-07-21 18:57:48




参考 http://codefail.wordpress.com/2013/05/15/opengl-es-c-android-eglegl-h-no-such-file-or-directory/

参考 http://blog.sina.com.cn/s/blog_b3801c8f0101ka0e.html



查看EGL的支持是
在2.3版本以上,所以我们需要添加平台的支持,所以需要在jni目录下面创建一个Application.mk文件来指定编译平台,内容如下:
[cpp]  APP_ABI := armeabi
APP_PLATFORM := android-9
APP_ABI := armeabi
APP_PLATFORM := android-9四、在jni目录终端下运行ndk-build