From 45bbe39d1f7958a38cb0a10357fe0baf1d725c52 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Sat, 9 Nov 2019 12:50:53 +0100 Subject: [PATCH] Add arm64-v8a but it's not sufficient for 64bit build --- build/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/android/build.gradle b/build/android/build.gradle index 61163288f..3601434f5 100644 --- a/build/android/build.gradle +++ b/build/android/build.gradle @@ -38,7 +38,7 @@ android { // Specifies the ABI configurations of your native // libraries Gradle should build and package with your APK. // abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64' - abiFilters 'armeabi-v7a', 'x86' + abiFilters 'armeabi-v7a', 'x86', 'arm64-v8a' } }