From f360182dad390f6ad3593f9b90c534b0690c85c3 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 23 Jul 2020 15:18:49 +0800 Subject: [PATCH] remove the ndk of armeabi --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6f8ca1f9fe..12ba7d3609 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,7 +25,7 @@ android { externalNativeBuild { ndk { // 设置支持的SO库架构 - abiFilters "armeabi", "armeabi-v7a" + abiFilters "armeabi-v7a" } } }