Error:
make: *** [out/debug/host/linux-x86/pr/sim/obj/SHARED_LIBRARIES/
libGLES_android_intermediates/egl.o] Error 1
Solution:
in egl.cpp, at the line 554 :
const Region copyBack(Region::subtract(oldDirtyRegion, dirtyRegion));
just remove the 'const' and retry.
---------------------------------------------------------
专注移动开发
Android, Windows Mobile, iPhone, J2ME, BlackBerry, Symbian
posted on 2011-01-11 20:38
TiGERTiAN 阅读(458)
评论(0) 编辑 收藏 所属分类:
Android 、
Linux