android-release-validation
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)
More from hitoshura25/claude-devtools
android-playstore-setup
Complete Play Store setup - orchestrates scanning, privacy policy, version management, Fastlane, and workflows (Internal track only)
62android-playstore-scan
Scan Android project and generate Play Console setup checklist (analysis only, no file modifications)
15android-proguard-setup
Configure ProGuard/R8 for Android release builds with safe defaults
13android-release-build-setup
Complete Android release build configuration - orchestrates keystore, ProGuard, and signing setup
11android-espresso-dependencies
Add Espresso and AndroidX Test dependencies to Android project
9android-e2e-testing-setup
Setup UI Automator 2.4 smoke test for validating app launches (works with debug and release builds)
8