dodola/HotFix
安卓App热补丁动态修复框架 observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3956
- days_rel: n/a
- days_push: 3310
- n_releases_24m: 0
Adoption not part of the score
1726 stars · 441 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
HotFix is an Android hot-patch framework that dynamically fixes bugs in released apps by loading patched dex files through the ClassLoader mechanism. It is based on the QQ Space team's technique and includes the core library, patch generation tooling, and a Gradle task for javassist code injection to avoid pre-verified class errors.
Use cases
- fix bugs in a released android app without publishing an update
- dynamically patch a broken method in production
- load a dex jar as an over-the-air hotfix patch
- avoid CLASS_ISPREVERIFIED errors when hot-patching android classes
- inject references to classes in another dex during gradle build
When to choose
- you maintain a legacy Android project on old Gradle versions and need the original QQ-space-style hotfix approach
- you are studying how Android class-loading hot-patching works
When to avoid
- starting a new project - the repo is deprecated in favor of RocooFix and modern alternatives like Tinker
- you need Gradle 1.3+ / 2.x build compatibility or automated patch packaging
- you need actively maintained, production-supported hotfix tooling
Facets
library · maturity abandoned
developer-tools build-tool mobile-development android-tools developer-tools jvm hotfix hot-patch classloader dex android deprecated javassist gradle
1 source
- readme: https://github.com/dodola/HotFix · fetched 2026-08-28 · db72c45f299e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dodola/HotFix | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem