aetherwave-mobile

Build and debug the AetherWave Music Android app with Kotlin and Jetpack Compose.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/AetherWave-Studio/AI-Record-Label-Maker --skill aetherwave-mobile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aetherwave-mobile
Source: https://github.com/AetherWave-Studio/AI-Record-Label-Maker/tree/main/.claude/skills/aetherwave-mobile
Command: npx skills add https://github.com/AetherWave-Studio/AI-Record-Label-Maker --skill aetherwave-mobile

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and commands for developing, building, and debugging the native Android application for AetherWave Music, ensuring adherence to best practices and efficient problem-solving.

Core Features & Use Cases

  • Project Structure & Navigation: Understand the app's directory layout and the Jetpack Compose navigation patterns.
  • Build & Debugging: Execute build commands, locate APKs, and troubleshoot common build errors.
  • UI & Theming: Implement UI elements using Jetpack Compose, following the defined theme colors and patterns.
  • API Integration: Connect to the AetherWave backend and handle data sharing.
  • Media Playback: Manage audio and video playback using ExoPlayer.

Quick Start

Build a debug APK for the AetherWave Android app using the provided Gradle wrapper.

Frequently Asked Questions about aetherwave-mobile

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build and debug an Android app using Kotlin and Jetpack Compose?

To build and debug an Android app with Kotlin and Jetpack Compose, use the provided Gradle wrapper commands to execute builds and locate generated APKs. This Skill provides structured project layouts, UI patterns, and troubleshooting steps for common build errors.

What is the best way to structure Jetpack Compose navigation in an Android app?

The best way to structure Jetpack Compose navigation is by following a defined directory layout that separates UI elements and navigation patterns. This ensures clear route management and adheres to native Android development best practices for maintainable code.

How do I integrate Retrofit and Hilt for API integration in a native Android app?

To integrate Retrofit and Hilt for API integration in a native Android app, connect to the backend using Retrofit for data fetching and Hilt for dependency injection. This setup handles data sharing efficiently and requires understanding of associated Android libraries.

Does ExoPlayer work with Jetpack Compose for media playback in Android apps?

Yes, ExoPlayer works with Jetpack Compose to manage audio and video playback in Android apps. It handles media playback lifecycle and integration within the Compose UI, requiring familiarity with native Android development and media handling libraries.

Why does my Android app build fail when running Gradle wrapper commands?

Your Android app build might fail during Gradle wrapper execution due to configuration issues or missing dependencies. Troubleshoot common build errors by reviewing the project structure, verifying Hilt and Retrofit setups, and applying the provided debugging best practices.