rwecho / V2ex.Maui

V2ex.MAUI is a prototype multi-platform app for browsing the V2ex forum.
http://www.v2ex.com
MIT License
57 stars 8 forks source link

Android Release包精简x86架构 #21

Open hushenghao opened 11 months ago

hushenghao commented 11 months ago

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

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

image
rwecho commented 11 months ago

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

现在 appcenter 是用apk的。

hushenghao commented 10 months ago

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>