From 942c27a7fb0530d3817f415254a6b905cf79132f Mon Sep 17 00:00:00 2001 From: surbhicis Date: Fri, 26 Aug 2022 12:22:36 +0530 Subject: [PATCH] update android arch for multi build --- packages/android/buildozer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/android/buildozer.spec b/packages/android/buildozer.spec index 62e98bd8..5e4ad2b3 100644 --- a/packages/android/buildozer.spec +++ b/packages/android/buildozer.spec @@ -225,7 +225,7 @@ android.ant_path = /opt/android/apache-ant #android.copy_libs = 1 # (str) The Android arch to build for, choices: armeabi-v7a, arm64-v8a, x86, x86_64 -android.arch = x86 +android.archs = armeabi-v7a, arm64-v8a, x86, x86_64 # (int) overrides automatic versionCode computation (used in build.gradle) # this is not the same as app version and should only be edited if you know what you're doing