android-studio

Android Studio is built on IntelliJ IDEA. 2025 versions (Narwhal/Otter) feature Gemini for code generation and crash analysis.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "android-studio" with this command: npx skills add g1joshi/agent-skills/g1joshi-agent-skills-android-studio

Android Studio

Android Studio is built on IntelliJ IDEA. 2025 versions (Narwhal/Otter) feature Gemini for code generation and crash analysis.

When to Use

  • Android Apps: Native Android development (Kotlin/Java).

  • Compose: "Live Edit" allows UI updates in real-time on devices/emulators.

  • Profiling: Inspecting memory leaks and battery usage.

Core Concepts

Gradle

The build system. build.gradle.kts (Kotlin DSL) is the standard in 2025.

Emulator

Virtual Android device. 2025 emulators are resizable and support foldable postures.

Logcat v2

The logging window. Colored, filterable, and queryable logic.

Best Practices (2025)

Do:

  • Use Gemini: "Explain this crash" in Logcat sends the stack trace to Gemini for analysis.

  • Use Baseline Profiles: Generate profiles to improve app startup time.

  • Use App Quality Insights: View Crashlytics issues directly in the IDE code editor.

Don't:

  • Don't hardcode Strings: Use strings.xml . The IDE warns you for a reason.

References

  • Android Studio User Guide

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

python

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

typescript

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

template

No summary provided by upstream source.

Repository SourceNeeds Review