Tencent / tinker

Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk.
Other
17.16k stars 3.33k forks source link

修改了代码,打完patch包,log.txt里面显示没有更改 #1533

Closed triplesky closed 3 years ago

triplesky commented 3 years ago

异常类型:编译异常

手机型号:

手机系统版本:

tinker版本:1.9.14.7

gradle版本:4.0.1

是否使用热更新SDK: no

系统:Mac

如题,我删除了一行代码,修改了一下资源,跑一遍tinkerPatchDebug,生成的patch_signed_7zip.apk中只有META-INF,assets两个文件,logcat显示打补丁成功,但是没有修改成功。看了tinkerPatch中的log.txt显示没有dex修改,old apk和new apk的md5都一样。就从昨天开始出现的,有没有遇到过的

triplesky commented 3 years ago

再加一条,补充一下信息,tinkerPatchDebug是正常的,release生成出来的就是No dexes were changed, nothing needs to be done next.

triplesky commented 3 years ago

问题已解决,gradle配置导致。