clean_project
Clean an APKTool project directory to reset it for rebuilding, with optional backup of build files, ensuring a fresh start for Android app reverse engineering.
Instructions
Clean a project directory to prepare for rebuilding.
Args: project_dir: Path to the APKTool project directory backup: Whether to create a backup of build directories before cleaning
Returns: Dictionary with operation results
Input Schema
Name | Required | Description | Default |
---|---|---|---|
backup | No | ||
project_dir | Yes |