get_resource_file
Retrieve content of a specific resource file from an APKTool project directory by specifying the resource type and name.
Instructions
Get content of a specific resource file.
Args: project_dir: Path to the APKTool project directory resource_type: Resource type (e.g., "layout", "drawable") resource_name: Name of the resource file
Returns: Dictionary with resource file content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_dir | Yes | ||
resource_name | Yes | ||
resource_type | Yes |