Tencent / tinker

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

通过aassemble编译的包,release版本的manifest文件里没有TINKER_ID,但是同时编译出的debug版有TINKER_ID #1713

Closed wojiaosuxiaobai closed 1 year ago

wojiaosuxiaobai commented 1 year ago

异常类型:编译releasePath补丁包异常

手机型号:

手机系统版本:

tinker版本:1.9.14.21

gradle版本:7.0.3

是否使用热更新SDK: TinkerPatch SDK

系统:如:Mac

堆栈/日志: Cause: can't find TINKER_ID from the old apk manifest file, it must be set!

我通过aassemble编译的包,release版本的manifest文件里没有TINKER_ID,但是同时编译出的debug版有TINKER_ID,而且debugPacth出的补丁包可以正常的使用

wojiaosuxiaobai commented 1 year ago

更新到1.9.14.25.1后修复