Ross ROSS = Recommend OSS · open-source software intelligence for agents

typ0520/fastdex

🚀 加快 apk 的编译速度 🚀 observed · 2026-08-28

github.com/typ0520/fastdex · Java · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
typ0520/fastdexmain23

For agents

markdown · JSON · MCP: product_card(name="typ0520/fastdex")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem