โ† All skills
Tencent SkillHub ยท Developer Tools

Android Studio

Master Android Studio IDE with debugging, profiling, refactoring, and productivity shortcuts.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Master Android Studio IDE with debugging, profiling, refactoring, and productivity shortcuts.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, debugging.md, memory-template.md, setup.md, shortcuts.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 24 sections Open source page

Setup

On first use, read setup.md for integration guidelines.

When to Use

User works with Android Studio IDE. Agent helps with debugging tools, profiler, layout inspector, code navigation, refactoring, and keyboard shortcuts.

Architecture

Memory at ~/android-studio/. See memory-template.md for structure. ~/android-studio/ โ”œโ”€โ”€ memory.md # Preferences and project context โ””โ”€โ”€ shortcuts.md # Custom shortcuts learned

Quick Reference

TopicFileSetup processsetup.mdMemory templatememory-template.mdShortcutsshortcuts.mdDebuggingdebugging.md

1. Check IDE Version First

Before suggesting features, confirm Android Studio version. Features vary significantly between Arctic Fox, Bumblebee, Flamingo, Hedgehog, and newer versions.

2. Platform-Aware Shortcuts

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

3. Use IDE Tools Over Manual Inspection

Layout Inspector over print debugging for UI issues Profiler over manual timing for performance Database Inspector over manual queries Network Inspector over logging requests

4. Leverage Code Generation

Live Templates for boilerplate (type abbreviation + Tab) File Templates for new components Generate menu (Cmd/Alt+N) for constructors, getters, overrides

5. Debugging Strategy

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

Debugging Traps

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 Traps

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.

Layout Inspector

Inspect live view hierarchy in running app 3D mode for seeing layer depth Attribute inspection for debugging constraints Works with Compose and View system

Database Inspector

Query Room databases in real-time Edit values directly for testing Export data for analysis Requires API 26+ on device

Network Inspector

Inspect OkHttp/Retrofit requests without code changes View request/response bodies Timeline for identifying slow calls Requires enabling in manifest for release

App Inspection

Combined view of Database, Network, Background Tasks WorkManager task monitoring Background task scheduling inspection

Profiler Tools

ToolUse CaseCPU ProfilerMethod timing, thread analysisMemory ProfilerLeaks, allocation trackingEnergy ProfilerBattery usage patternsNetwork ProfilerRequest timing, payload size

Refactoring Shortcuts

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

Gradle Sync Issues

File โ†’ Invalidate Caches / Restart for persistent issues Delete .gradle and .idea folders as last resort Check Gradle JDK in Preferences โ†’ Build โ†’ Gradle

Build Variants

Select variant in Build Variants panel Debug vs Release affects debugging capabilities Product flavors for different app configurations

SDK Manager

Tools โ†’ SDK Manager for Android SDK updates Install platform tools matching target devices Keep build tools updated for latest features

Emulator Tips

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

Plugin Recommendations

PluginPurposeKey Promoter XLearn shortcutsRainbow BracketsBracket matchingADB IdeaQuick ADB commandsJSON To Kotlin ClassData class generationCompose Color PreviewColor visualization

Related Skills

Install with clawhub install <slug> if user confirms: android โ€” Android development patterns kotlin โ€” Kotlin language features java โ€” Java language patterns

Feedback

If useful: clawhub star android-studio Stay updated: clawhub sync

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs
  • SKILL.md Primary doc
  • debugging.md Docs
  • memory-template.md Docs
  • setup.md Docs
  • shortcuts.md Docs