瀏覽代碼

abiFilters

x1ongzhu 6 年之前
父節點
當前提交
f80498921b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      android/app/build.gradle

+ 1 - 1
android/app/build.gradle

@@ -45,7 +45,7 @@ android {
         multiDexEnabled true
         multiDexEnabled true
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         ndk {
         ndk {
-            // abiFilters 'armeabi-v7a'
+            abiFilters 'armeabi-v7a'
         }
         }
         manifestPlaceholders = [
         manifestPlaceholders = [
                 JPUSH_PKGNAME: applicationId,
                 JPUSH_PKGNAME: applicationId,