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

DexFormat 应该更新下以支持 miniSDKVersion >= 24 ? #1576

Open cgspine opened 3 years ago

cgspine commented 3 years ago

image

com.android.dex.DexFormat 的 magicToApi 已经 更新了很多,com.tencent.tinker.android.dex.magicToApi 应该跟进下? 否则 miniSDKVersion >= 24 后 tinker 打包 patch 包失败

lswd commented 2 years ago

image

com.android.dex.DexFormat 的 magicToApi 已经 更新了很多,com.tencent.tinker.android.dex.magicToApi 应该跟进下? 否则 miniSDKVersion >= 24 后 tinker 打包 patch 包失败

这个问题解决了么 我也遇见了同样的问题