typ0520/fastdex
🚀 加快 apk 的编译速度 🚀 observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3703
- days_rel: n/a
- days_push: 3130
- n_releases_24m: 0
Adoption not part of the score
1488 stars · 204 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
fastdex is a Gradle plugin and Android Studio plugin that speeds up Android APK build times by caching pre-built dex files and only recompiling changed project code. It also pushes incremental dex and resource patches to a running app via adb to skip reinstall time.
Use cases
- speed up slow apk builds with multidex
- reduce android gradle build time
- avoid full dex generation on every assemble
- push incremental dex patches to a running app without reinstalling
- replace instant run for faster debug iterations
When to choose
- your Android project has multiple dex files and slow transformClassesWithDex builds
- you want faster incremental debug builds on older Android gradle plugin versions
- you want to hot-push patches to a running debug app
When to avoid
- building production release apks (builds are debug-only, code placed in secondary dex slows pre-5.0 devices)
- your buildType enables obfuscation (ignored by fastdex)
- you use modern Android Gradle Plugin versions or need maintained tooling (last release 2018)
Facets
plugin · maturity abandoned
build-tool developer-tools android-tools developer-tools performance gradle-plugin android-build incremental-build dex hot-patch instant-run-replacement idea-plugin build-acceleration android gradle android-studio
1 source
- readme: https://github.com/typ0520/fastdex · fetched 2026-08-28 · 6e4f1afee1a9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| typ0520/fastdex | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem