Browse Source

Update 打包MT6765支持的armeabi-v7a

Yue 1 week ago
parent
commit
d484bdf8e2
1 changed files with 4 additions and 1 deletions
  1. 4 1
      UI/CF.APP/chicken_farm/android/app/build.gradle

+ 4 - 1
UI/CF.APP/chicken_farm/android/app/build.gradle

@@ -32,7 +32,10 @@ android {
         versionCode = flutter.versionCode
         versionName = flutter.versionName
 
-     
+        ndk {
+            // 仅保留MT6765支持的armeabi-v7a
+            abiFilters 'armeabi-v7a'
+        }
     }
 
     buildTypes {