Update README.md

flutter打包64位的apk,支持的cpu架构类型必须包含'arm64-v8a'
master
shikk 6 years ago committed by GitHub
parent 1232a5dfe1
commit e6421eca68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@ android: {
...
ndk {
//选择要添加的对应 cpu 类型的 .so 库。
abiFilters 'armeabi', 'armeabi-v7a', 'x86', 'x86_64', 'mips', 'mips64' // 'arm64-v8a',
abiFilters 'armeabi', 'armeabi-v7a', 'x86', 'x86_64', 'mips', 'mips64', 'arm64-v8a',
}
manifestPlaceholders = [

Loading…
Cancel
Save