What problem does it solve? Converted or repackaged APK/XAPK files often fail silently after installation—black screens, missing resources, ad layout crashes, or broken authentication—and manually diagnosing logcat output and rebuilding repeatedly is slow and error-prone. ## Core Features & Use Cases - Multi-Signal Smoke Testing: Runs S1-S4 test suites covering rendered UI verification via uiautomator, navigation stability, edition correctness (ads vs premium gating), and auth/integrity checks using adb and logcat. - Diagnostic Classification: Maps failures like Resources$NotFoundException, UnsatisfiedLinkError, InflateException, and Firebase DEVELOPER_ERROR into actionable diagnostic buckets. - Targeted Auto-Fix Loop: Applies surgical patches in the decompiled workspace, bumps versionCode, rebuilds with apktool, re-signs, and retests for up to 5 iterations with escalation guards. - Use Case: After converting an app to a premium edition APK, install it on an emulator, detect that the ad layout injection crashes the app, automatically convert it to programmatic-only mode, rebuild, and produce a verification report. ## Quick Start Install and verify my converted APK on the emulator, run the smoke tests, and automatically fix any crashes you find.