CoderNo89757
Results
5
comments of
CoderNo89757
same question, is there any anwsers?
checkDexInstall result:false 这个问题解决了吗???
如果你使用的gradle plugin版本是3.4.x,那么可能的原因是agp3.4.x对应的R8版本问题,导致TinkerTestDexLoad这个类没有打到主dex中,在加载补丁包时获取TinkerTestDexLoad中的isPatch字段时直接返回了false抛出了异常,从而导致补丁加载失败,可以参考这篇文章https://fucknmb.com/2019/05/28/R8-%E8%B8%A9%E5%9D%91%E8%AE%B0/