Getting Started¶
This section gets you from zero to a first analysis on your machine, and tells you exactly what the install pulls in so there are no surprises.
You'll need Python 3.10+ and, for the dynamic phase, JDK 21 and an Android emulator. Static-only analyses run anywhere Python does.
In this section¶
Requirements¶
Host machine and target-repository prerequisites — plus the compatibility matrix of Kotlin / AGP / Gradle versions validated end-to-end.
What gets installed¶
Line-by-line walkthrough of what every command in the install actually downloads, creates, or modifies. Both locally and inside a CI runner.
Next steps¶
Once you have a local analysis running, choose your path:
- Understand the runtime flow — Guides → How everything talks to each other.
- Wire it into CI — Guides → Configuring GitHub Actions.
- Understand the internals — Architecture → Pipeline overview.
- Look up a flag or a JSON field — API Reference.