您的位置:首页 > 编程语言 > Java开发

opengl es2.0 eclipse+adt+android sdk+ndk 试过jni都没问题。报错原因求解决????

2016-04-06 21:16 525 查看
Android NDK: WARNING: APP_PLATFORM android-19 is larger than android:minSdkVersion 10 in ./AndroidManifest.xml
Android NDK: WARNING:jni/Android.mk:templateApp: non-system libraries in linker flags: -lopenal
Android NDK: This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES
Android NDK: or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the
Android NDK: current module
[armeabi] Compile arm : openal <= ALc.c
arm-linux-androideabi-gcc: error: unrecognized command line option '-mno-thumb'
make: *** [obj/local/armeabi/objs/openal/__/__/__/common/openal/ALc.o] Error 1

来自opengl es 2.0编程指南。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: