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

HujiangTechnology/gradle_plugin_android_aspectjx

A Android gradle plugin that effects AspectJ on Android project and can hook methods in Kotlin, aar and jar file. observed · 2026-08-28

github.com/HujiangTechnology/gradle_plugin_android_aspectjx · Groovy · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 3783
  • days_rel: n/a
  • days_push: 1813
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3956 stars · 572 forks observed · 2026-08-28

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

A Gradle plugin that applies AspectJ bytecode weaving to Android projects, supporting Java source, class files, JAR/AAR libraries, and Kotlin code. It enables aspect-oriented programming hooks (e.g., method interception) at build time without runtime root or Xposed-style hacks.

Use cases

  • hook method calls in an Android app with annotations
  • apply AOP cross-cutting concerns like logging or analytics in Android
  • weave aspects into Kotlin code and third-party aar/jar dependencies
  • add performance tracing to Android methods without modifying source
  • implement permission checks or retry logic via AspectJ pointcuts

When to choose

  • you need annotation-based AOP on Android including Kotlin and packaged aar/jar code
  • you want compile-time weaving instead of runtime hooking frameworks like Xposed
  • your project uses Gradle Android plugin 1.5 through ~3.6

When to avoid

  • you need *.aj file compilation - only annotation style is supported
  • your project uses newer Android Gradle plugin versions beyond what the plugin supports
  • the project is unmaintained and incompatible with your AGP version

Facets

plugin · maturity maintenance

build-tool middleware mobile-development developer-tools android-tools jvm aspectj aop gradle-plugin android kotlin bytecode-weaving gradle

1 source

Member repositories

For agents

markdown · JSON · MCP: product_card(name="HujiangTechnology/gradle_plugin_android_aspectjx")

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