cocos2d :: CCDirector :: sharedDirector () -> setOpenGLView (view); Throws an error.

Ubuntu 11.10
android-ndk-r7b

Application.mk
APP_ABI: = armeabi armeabi-v7a

If you need to compile from

cocos2d :: CCDirector :: sharedDirector () -> setOpenGLView (view);
Throws an error.

But
“APP_ABI: = armeabi armeabi-v7a”
If you remove will operate normally.

Mac do not have to remove to operate normally.