Native Android Test Visually

Build, install, and run a native Android app (Kotlin or Java, Jetpack Compose or Views, Gradle) on a connected device or emulator, capture real screenshots via adb, read logcat, and verify the visible UI and runtime behavior match what a recent code change intended. Use whenever the user asks to "test the app", "run it on the emulator", "see the visual changes", "verify a UI fix", "check if my change works/renders", or otherwise wants empirical on-device confirmation that a native Android change rendered correctly — even when they don't say "screenshot" or "logs". Handles the Gradle install task (and build variants/flavors), launching the activity, waiting for the first frame, navigating with adb input, capturing the screen, reading logcat scoped to the app, and reporting a concrete verdict with evidence. Optionally diffs against a Figma reference when one is provided.

lukas-hinterleitner a931d8f 9 files · 12.9 KB Updated

File contents

lukas-hinterleitner/visual-app-skills/tree/main/skills/native-android-test-visually commit a931d8f6bd

Frequently asked questions

npx skillmds@latest add lukas-hinterleitner/native-android-test-visually