I get the following errors when I build my android app using the NDK in eclipse(ubuntu):
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 ****
The problem is: the App then launches but crashes without giving any error to the console. Does someone know how I can fix this error?
Thanks