build.gradle中ndk节内增加abiFilters
1 2 3 4 5 6 7 8 | android { defaultConfig { ... ndk { abiFilters 'armeabi-v7a' } } } |
refer to: https://www.jianshu.com/p/3b58174e89f1
人,技术,生活。
build.gradle中ndk节内增加abiFilters
1 2 3 4 5 6 7 8 | android { defaultConfig { ... ndk { abiFilters 'armeabi-v7a' } } } |
refer to: https://www.jianshu.com/p/3b58174e89f1