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 閱讀(465)
評論(0) 編輯 收藏 所屬分類:
Android 、
Linux