Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#422]:Android R系统上,安装异常 #430

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 27, 2020

  1. [Meituan-Dianping#422]:Android R系统上,安装异常

    原因:gradle 3.5.0+时向apk写入apkhash文件存在再压缩操作,而Android R不允许对resources.arsc进行压缩
    解决方案:去掉写apkhash的操作,这块属于补丁加载策略的逻辑,正如wiki所说“对于补丁的加载策略不同的业务方有着不同的需求”,各业务去定制加载策略即可。
    
    Signed-off-by: Gain <[email protected]>
    GainLee committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    40f8f7a View commit details
    Browse the repository at this point in the history