Android Studio Installation Guide
Step-by-step setup instructions
System Requirements
• Windows:
• - OS: Windows 8/10/11 (64-bit)
• - RAM: 8 GB minimum (16 GB recommended)
• - Disk: 8 GB + 1 GB for Emulator
• - Java Development Kit: Included in Android
Studio
Download Android Studio
• 1. Visit: https://developer.android.com/studio
• 2. Click 'Download Android Studio'
• 3. Accept license and download the .exe file
Install Android Studio
• 1. Run the .exe installer
• 2. Follow the setup wizard
• 3. Select components (Studio, SDK, Emulator)
• 4. Choose install path and proceed
Launch Android Studio
• 1. Open Android Studio
• 2. Complete setup wizard
• 3. Choose theme (Light/Dark)
• 4. Install necessary SDK components
Configure Emulator (Optional)
• 1. Go to Tools > Device Manager
• 2. Click 'Create Device'
• 3. Select a device (e.g., Pixel 6)
• 4. Download system image and launch
emulator
Start Your First Project
• 1. Click 'New Project'
• 2. Select a template (e.g., Empty Activity)
• 3. Enter app name and language
• 4. Set minimum SDK and click 'Finish'