build_apk
Rebuild an APK from a decoded project directory, generating an unsigned APK to sign and install.
Instructions
Rebuild an APK from an apktool-decoded (and possibly edited) project directory. The result is unsigned - sign it separately before installing. Requires apktool on PATH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputDir | Yes | The decoded project directory (from decode_apk), possibly edited | |
| workspace | No | Workspace name (not id) - created automatically if it doesn't exist yet. Defaults to "default". | |
| outputName | No | Output file name, e.g. "rebuilt.apk" |