This guide provides detailed instructions for setting up an Android Kotlin project using Android Studio.
- Android Studio (latest stable version recommended)
- JDK 11 or higher
- At least 8GB RAM (16GB recommended)
- 10GB+ free disk space
- Download Android Studio from the official website
- Follow the installation wizard instructions for your operating system
- Launch Android Studio after installation
- Go to Tools > Device Manager
- Click "Create Device"
- Select a device definition (e.g., Pixel 6)
- Select a system image (e.g., Android 13)
- Configure the AVD and click "Finish"
- Enable Developer Options on your device:
- Go to Settings > About Phone
- Tap "Build Number" 7 times
- Enable USB Debugging in Developer Options
- Connect your device via USB
- Allow USB debugging when prompted on your device
- Click the green "Run" button in the toolbar
- Select your emulator or connected device
- Wait for the app to build and install
- Build Errors: Try "File > Invalidate Caches / Restart"
- Gradle Sync Issues: Check your internet connection and proxy settings
- Emulator Problems: Update your graphics drivers and HAXM installation