Skip to content

Commit 6eda246

Browse files
Enabled arm64 ABI on Android
1 parent c1d83d1 commit 6eda246

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NativeApp/Android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
defaultConfig {
66

77
ndk {
8-
abiFilters 'armeabi-v7a'//, 'armeabi', 'arm64-v8a','x86', 'x86_64'
8+
abiFilters 'armeabi-v7a', 'arm64-v8a' //,'x86', 'x86_64'
99
}
1010
externalNativeBuild {
1111
cmake {

0 commit comments

Comments
 (0)