压缩so并调整abi

main
Matthew 12 months ago
parent e8c38c72de
commit afc39d712e

@ -53,7 +53,8 @@ android {
abi { abi {
enable true enable true
reset() reset()
include "arm64-v8a", "x86_64", "armeabi-v7a" // include "arm64-v8a", "x86_64", "armeabi-v7a"
include "arm64-v8a"
universalApk true universalApk true
} }
} }

@ -18,6 +18,7 @@
android:label="@string/app_name" android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round" android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true" android:supportsRtl="true"
android:extractNativeLibs="true"
android:theme="@style/Theme.FrpAndroid" android:theme="@style/Theme.FrpAndroid"
tools:targetApi="31"> tools:targetApi="31">
<activity <activity

Loading…
Cancel
Save