# typ0520/fastdex

🚀 加快 apk 的编译速度 🚀

Repository: https://github.com/typ0520/fastdex
Canonical: https://ross.abutalabs.com/products/fastdex
Language: Java
License: Apache-2.0
License Family: permissive
Topics: apk, android-studio, gradle, instant-run, dex, aapt, dx, androidstudio, idea-plugin, fast-build, freeline, buck, freel, multidex, layoutc, build-tool, dexloader, tinker, android, hotfix
Last push: 2018-02-06T09:37:21+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3703, "days_push": 3130, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1488, forks 204 (observed 2026-08-28T04:04:52.123359+00:00)

## What it is
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
- artifact type: plugin
- maturity: abandoned
- function: build-tool, developer-tools
- domain: android-tools, developer-tools, performance
- platform: -
- tags: gradle-plugin, android-build, incremental-build, dex, hot-patch, instant-run-replacement, idea-plugin, build-acceleration, android, gradle, android-studio

## Member repositories
- typ0520/fastdex (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:52.123359+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:33:46.647416+00:00, confidence not recorded.
  - readme: https://github.com/typ0520/fastdex (fetched 2026-08-28T04:04:52.123359+00:00, sha 6e4f1afee1a9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
