Skip to content

Commit e6421ec

Browse files
authored
Update README.md
flutter打包64位的apk,支持的cpu架构类型必须包含'arm64-v8a'
1 parent 1232a5d commit e6421ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android: {
2424
...
2525
ndk {
2626
//选择要添加的对应 cpu 类型的 .so 库。
27-
abiFilters 'armeabi', 'armeabi-v7a', 'x86', 'x86_64', 'mips', 'mips64' // 'arm64-v8a',
27+
abiFilters 'armeabi', 'armeabi-v7a', 'x86', 'x86_64', 'mips', 'mips64', 'arm64-v8a',
2828
}
2929
3030
manifestPlaceholders = [

0 commit comments

Comments
 (0)