Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Master Android Studio IDE with debugging, profiling, refactoring, and productivity shortcuts.
Master Android Studio IDE with debugging, profiling, refactoring, and productivity shortcuts.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
On first use, read setup.md for integration guidelines.
User works with Android Studio IDE. Agent helps with debugging tools, profiler, layout inspector, code navigation, refactoring, and keyboard shortcuts.
Memory at ~/android-studio/. See memory-template.md for structure. ~/android-studio/ โโโ memory.md # Preferences and project context โโโ shortcuts.md # Custom shortcuts learned
TopicFileSetup processsetup.mdMemory templatememory-template.mdShortcutsshortcuts.mdDebuggingdebugging.md
Before suggesting features, confirm Android Studio version. Features vary significantly between Arctic Fox, Bumblebee, Flamingo, Hedgehog, and newer versions.
ActionmacOSWindows/LinuxSearch EverywhereDouble ShiftDouble ShiftFind ActionCmd+Shift+ACtrl+Shift+ARecent FilesCmd+ECtrl+ENavigate to ClassCmd+OCtrl+NNavigate to FileCmd+Shift+OCtrl+Shift+NRefactor ThisCtrl+TCtrl+Alt+Shift+TRunCtrl+RShift+F10DebugCtrl+DShift+F9
Layout Inspector over print debugging for UI issues Profiler over manual timing for performance Database Inspector over manual queries Network Inspector over logging requests
Live Templates for boilerplate (type abbreviation + Tab) File Templates for new components Generate menu (Cmd/Alt+N) for constructors, getters, overrides
Breakpoints with conditions for targeted debugging Evaluate Expression (Alt+F8) for runtime inspection Watches for tracking variables across frames Frame inspection to navigate call stack
Setting breakpoints in hot loops โ freezes IDE. Use conditional breakpoints. Debugging release builds โ missing symbols. Debug with debug variant. Ignoring Logcat filters โ drowning in logs. Filter by app package or tag. Not using "Attach Debugger" โ missing app startup. Attach to running process.
Profiling debug builds โ misleading performance. Profile release builds. CPU Profiler without filtering โ overwhelming data. Focus on specific methods. Memory Profiler heap dumps during GC โ skewed results. Trigger GC first. Ignoring Network Profiler โ missing slow API calls. Always check network timing.
Inspect live view hierarchy in running app 3D mode for seeing layer depth Attribute inspection for debugging constraints Works with Compose and View system
Query Room databases in real-time Edit values directly for testing Export data for analysis Requires API 26+ on device
Inspect OkHttp/Retrofit requests without code changes View request/response bodies Timeline for identifying slow calls Requires enabling in manifest for release
Combined view of Database, Network, Background Tasks WorkManager task monitoring Background task scheduling inspection
ToolUse CaseCPU ProfilerMethod timing, thread analysisMemory ProfilerLeaks, allocation trackingEnergy ProfilerBattery usage patternsNetwork ProfilerRequest timing, payload size
RefactoringmacOSWindows/LinuxRenameShift+F6Shift+F6Extract MethodCmd+Alt+MCtrl+Alt+MExtract VariableCmd+Alt+VCtrl+Alt+VExtract ConstantCmd+Alt+CCtrl+Alt+CInlineCmd+Alt+NCtrl+Alt+NMoveF6F6Change SignatureCmd+F6Ctrl+F6
File โ Invalidate Caches / Restart for persistent issues Delete .gradle and .idea folders as last resort Check Gradle JDK in Preferences โ Build โ Gradle
Select variant in Build Variants panel Debug vs Release affects debugging capabilities Product flavors for different app configurations
Tools โ SDK Manager for Android SDK updates Install platform tools matching target devices Keep build tools updated for latest features
Cold Boot vs Quick Boot: use Quick Boot for speed Extended Controls (three dots) for sensors, location, battery Snapshots for saving specific device states Device mirroring for physical device control
PluginPurposeKey Promoter XLearn shortcutsRainbow BracketsBracket matchingADB IdeaQuick ADB commandsJSON To Kotlin ClassData class generationCompose Color PreviewColor visualization
Install with clawhub install <slug> if user confirms: android โ Android development patterns kotlin โ Kotlin language features java โ Java language patterns
If useful: clawhub star android-studio Stay updated: clawhub sync
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.