mozilla-firefox / android
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/android && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2122" && unzip -o skill.zip -d .claude/skills/android && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/android/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Workflow guide when working with Android builds or the mobile/ directory.
1 views
0 installs
Skill Content
--- name: android description: Workflow guide when working with Android builds or the mobile/ directory. --- ## Workflow - Instead of `gradlew`, use `./mach gradle` as the wrapper. Use `-p` argument of gradle if you need to run in a subdirectory