---
title: "Decompile Android APKs into readable source with jadx for review and analysis"
description: "Turn an APK into readable Java or decompiled source artifacts so an agent can inspect behavior before deeper reverse-engineering or triage."
verification: "listed"
source: "https://github.com/skylot/jadx"
author: "skylot"
publisher_type: "individual"
category:
  - "Security & Verification"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "skylot/jadx"
  github_stars: 46142
---

# Decompile Android APKs into readable source with jadx for review and analysis

Turn an APK into readable Java or decompiled source artifacts so an agent can inspect behavior before deeper reverse-engineering or triage.

## Prerequisites

jadx CLI or GUI, target APK or DEX files, Java runtime, local workspace for extracted artifacts

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
Install jadx from the upstream release archive or package path, provide the target APK or DEX file, then run the documented decompile flow to inspect the generated readable source output.
```

## Documentation

- https://github.com/skylot/jadx

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/decompile-android-apks-into-readable-source-with-jadx-for-review-and-analysis/)
