智能客服
你问我答,随时在线为你解决问题
问题描述
程序包当前打包后的体积为16MB,远超预期。
解决措施
- "nativeLib": {
- "debugSymbol": {
- // This configuration can be used to execute strip on the cpp compiled product so, removing debugging information and symbol tables from so
- "strip": true,
- // Execute strip
- "exclude": []
- // Execute strip filtering regular expression rules
- }
- },
- {
- "module": {
- // ...
- "compressNativeLibs": true // Package libs library in compressed storage format
- }
- }
智能客服
你问我答,随时在线为你解决问题
合作咨询
我们的专家服务团队将竭诚为您提供专业的合作咨询服务
解决方案
精准高效的一站式服务支持,助力开发者商业成功