在 eclipse(ubuntu) 中使用 NDK 构建我的 android 应用程序时出现以下错误:
arm-linux-androideabi-g++: error: SOMEPATH/ogre/build/OgreJNI/obj/local/armeabi-v7a/
libcpufeatures.a: No such file or directory
Android NDK: This is likely to result in incorrect builds. Try using
LOCAL_STATIC_LIBRARIES
make: *** [APATH/obj/local/armeabi-v7a/libInMapsJNI.so] Error 1
Android NDK: or LOCAL_SHARED_LIBRARIES instead to list the library
dependencies of the
make: *** Waiting for unfinished jobs....
Android NDK: current module
..........
**** Build Finished ****
问题是:应用程序随后启动,但在没有向控制台提供任何错误的情况下崩溃。有人知道我可以如何解决这个错误吗?
谢谢