andrew-ld / tinker

tinker fork that support core library desugaring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tinker

license Release Version PRs Welcome WeChat Approved

中文说明

Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstalling apk.

tinker.png

Why this fork exists

Currently tinker doesn't work if "core library desugaring" is enabled because it checks if all classes used by tinker's classloader are in the app's main dex.

the core library desugaring puts all the backported classes in a separate dex file and this prevents tinker from working normally, this fork solves this problem.

About

tinker fork that support core library desugaring

License:Other


Languages

Language:Java 92.7%Language:Groovy 6.6%Language:Python 0.6%Language:Shell 0.1%Language:AIDL 0.0%