android-studio
SKILL.md
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.