android-release-validation
Installation
SKILL.md
Android Release Validation
This skill validates Android release builds to catch issues before they reach production. Critical for ensuring ProGuard/R8 doesn't break functionality and that the release build is production-ready.
What This Does
-
Build Release Artifacts
- Builds release APK and AAB
- Verifies build succeeds with ProGuard/R8 enabled
- Checks build outputs are generated correctly
- Validates file sizes are reasonable
-
Run E2E Tests on Release Build
- Executes Espresso tests against release APK
- Catches ProGuard/R8 breaking functionality
- Verifies obfuscated code still works
- Tests on release configuration (not debug)