You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2019/08/27 06:20:42 UTC

[GitHub] [incubator-weex] KaelInvoker opened a new issue #2852: 0.20版本windows打包和mac打包发现apk大小不一致!大佬们什么原因

KaelInvoker opened a new issue #2852: 0.20版本windows打包和mac打包发现apk大小不一致!大佬们什么原因
URL: https://github.com/apache/incubator-weex/issues/2852
 
 
   ![image](https://user-images.githubusercontent.com/37531571/63745624-40aa4280-c8d5-11e9-9953-024528c1386c.png)
   ![image](https://user-images.githubusercontent.com/37531571/63745657-5455a900-c8d5-11e9-9b2d-18f33351e8b1.png)
   同样的打包配置,我本地是windows本。服务器是mac本,用gradle assembleRelease命令打包,发现服务器打的apk包里的so库大小比windows大很多。哪位大佬知道?最初我以为是AS3.0自动压缩so导致,当我本地配置了不压缩后,重新打包还是和之前的大小一样大。
    packagingOptions{
          doNotStrip "*/armeabi-v7a/*.so"
       }
   另外,我发现自己本地打包时,下面的两个目录的so库大小也不一直。
   ![image](https://user-images.githubusercontent.com/37531571/63745849-cded9700-c8d5-11e9-980b-54f8e1b095f0.png)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services