V2ex.Maui icon indicating copy to clipboard operation
V2ex.Maui copied to clipboard

Android Release包精简x86架构

Open hushenghao opened this issue 1 year ago • 2 comments

除模拟器以外,Android平台已经没有x86架构的设备,可以只保留arm架构即可。

通过精简架构可以缩减APK大小30%左右 image

hushenghao avatar Dec 13 '23 02:12 hushenghao

搜了下, 暂时还没有找到方法来做这个事情, 另外如果是 aab的话, 不用考虑包的大小, 但是apk。

现在 appcenter 是用apk的。

rwecho avatar Dec 13 '23 11:12 rwecho

ref: https://github.com/dotnet/maui/issues/14646 ref: https://github.com/dotnet/maui/issues/19210 这个是什么配置

<RuntimeIdentifiers Condition="$(TargetFramework.Contains('-android'))">android-arm;android-arm64;android-x86;android-x64</RuntimeIdentifiers>

hushenghao avatar Dec 25 '23 03:12 hushenghao