Android NDK - armeabi vs armeabi-v7a folder
问题 There are some questions like mine. why I need put *.so files in both armeabi-v7a and armeabi folders? Why armeabi-v7a conflicts with armeabi of another module? Why use armeabi-v7a code over armeabi code? But I am not clear yet. I have many .so files for armeabi and armeabi-v7a. // binaries armeabi/libarmeabi-v7a-module1.so armeabi/libarmeabi-v7a-module2.so // Application.mk file APP_ABI := armeabi APP_PLATFORM := android-19 APP_STL := gnustl_shared // Android.mk file include $(CLEAR_VARS)