From afc39d712e291e15c5ced0b759160fc9d12c0ff5 Mon Sep 17 00:00:00 2001 From: Matthew Date: Sun, 7 Jul 2024 21:41:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=8B=E7=BC=A9so=E5=B9=B6=E8=B0=83=E6=95=B4?= =?UTF-8?q?abi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 3 ++- app/src/main/AndroidManifest.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a148554..a76f4a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,7 +53,8 @@ android { abi { enable true reset() - include "arm64-v8a", "x86_64", "armeabi-v7a" + // include "arm64-v8a", "x86_64", "armeabi-v7a" + include "arm64-v8a" universalApk true } } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 1ef6095..feb0144 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -18,6 +18,7 @@ android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" + android:extractNativeLibs="true" android:theme="@style/Theme.FrpAndroid" tools:targetApi="31">