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

linkedin/dexmaker

A utility for doing compile or runtime code generation targeting Android's Dalvik VM observed · 2026-08-28

github.com/linkedin/dexmaker · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

68/100

  • Activity 84
  • Release rhythm 29
  • Longevity 100
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: 49
  • age_days: 4277
  • days_rel: 393
  • days_push: 96
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

1967 stars · 261 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Dexmaker is a Java API for compile-time or runtime code generation targeting Android's Dalvik VM, producing .dex files instead of .class files. It also enables Mockito mocking in Android instrumentation tests via generated Dalvik bytecode class proxies.

Use cases

  • generate Dalvik dex bytecode at runtime on Android
  • use Mockito in Android instrumentation tests
  • mock final classes and methods on Android P+
  • create class proxies for AOP or mocking without writing bytecode
  • generate and load classes dynamically into a running Android process

When to choose

  • you need runtime or compile-time code generation targeting the Dalvik VM
  • you want Mockito support in Android instrumentation tests
  • you need to mock final classes/methods on Android P or newer
  • you want low-level, instruction-level control over emitted Dalvik bytecode

When to avoid

  • you are generating JVM .class files rather than Dalvik dex files (use ASM or cglib)
  • your tests must run on Android versions older than P and you need final-class mocking
  • you need a high-level AST-based code generation API out of the box

Facets

library · maturity stable

testing mocking compiler android-tools developer-tools testing jvm dalvik dex bytecode-generation mockito android-instrumentation-tests class-proxies android

1 source

Member repositories

RepositoryRoleHealth v2
linkedin/dexmakermain68

For agents

markdown · JSON · MCP: product_card(name="linkedin/dexmaker")

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