decompile_apk
Decompile an Android APK into readable Java-like source code with jadx, enabling inspection and analysis of app internals.
Instructions
Decompile an APK to readable Java-like source with jadx. Requires jadx on PATH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apkPath | Yes | Absolute path to the .apk file | |
| workspace | No | Workspace name (not id) - created automatically if it doesn't exist yet. Defaults to "default". |