我通过Native打包as包再build出来发Google商城时报错,64位的库包含32位的原生代码
在build.gradle(app)里加上:
ndk { abiFilters "armeabi-v7a", "arm64-v8a" }