list_resources
Extract and filter resources from an APKTool project directory by specifying a resource type, such as "layout" or "drawable", to organize and analyze Android app components.
Instructions
List resources in a project, optionally filtered by resource type.
Args: project_dir: Path to the APKTool project directory resource_type: Optional resource type to filter by (e.g., "layout", "drawable")
Returns: Dictionary with list of resources
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_dir | Yes | ||
resource_type | No |