How To Install Android Studio Step By Step

Summarize this article with:
Building Android apps starts with one step: getting the right tools on your machine.
Learning how to install Android Studio is the first real move toward creating apps for billions of devices worldwide.
Google’s official IDE comes packed with everything you need. Code editor, emulator, SDK manager, and Gradle build system all in one package.
This guide walks you through the complete installation process for Windows, macOS, and Linux.
You will learn how to download the installer, configure settings, install Android SDK components, and verify everything works correctly.
Total time: 30 to 45 minutes from download to your first project.
How to Install Android Studio

Installing Android Studio is the process of setting up Google’s official integrated development environment for building Android apps on Windows, macOS, Linux, or ChromeOS.
You need this when starting Android development, updating your existing IDE, or configuring a new development machine.
This guide covers 6 steps requiring 30 to 45 minutes and basic computer skills.
Prerequisites
System Requirements
Your machine needs specific hardware and software to run the Android SDK and emulator properly.
Check these before downloading anything.
Operating System
- Windows 10 or 11 (64-bit)
- macOS 12 Monterey or later
- Linux 64-bit with GNU C Library 2.31+
- ChromeOS with Linux support enabled
Hardware Specifications
- RAM: 8 GB minimum, 16 GB recommended
- Disk space: 8 GB for IDE and SDK components
- Screen resolution: 1280 x 800 minimum
- Processor: x8664 with Intel VT-x or AMD-V virtualization
Additional Requirements
- Stable internet connection for SDK downloads
- Administrator privileges for installation
- Hardware acceleration for the Android Emulator
Time Estimate
30 to 45 minutes total depending on internet speed and SDK component selection.
Step One: How Do You Download the Android Studio Installer?
Visit the official Android Developers website at developer.android.com/studio, click the green download button, and save the installer file matching your operating system.
Action
Navigate to Download Page
Open any browser and go to developer.android.com/studio.
The page auto-detects your OS.
Select Your Platform
- Windows: android-studio-version-windows.exe (about 1 GB)
- macOS Intel: android-studio-version-mac.dmg
- macOS Apple Silicon: android-studio-version-macarm.dmg
- Linux: android-studio-version-linux.tar.gz
Accept License Agreement
Read the terms, check the agreement box, click download.
File saves to your default Downloads folder.
Purpose
Downloading from Google’s official source guarantees you get the latest stable version without bundled malware or modified code.
Third-party sources often package outdated versions or include unwanted software.
Step Two: Where Do You Run the Installation File?
Locate the downloaded file in your Downloads folder, run the installer with appropriate permissions, and follow the setup wizard prompts for your operating system.
Action for Windows
Launch Installer
Double-click android-studio-version-windows.exe in Downloads.
Click Yes on User Account Control prompt.
Setup Wizard Opens
The Android Studio Setup window appears with welcome screen.
Click Next to proceed.
Action for macOS
Mount Disk Image
Double-click the .dmg file in Downloads.
A new Finder window opens showing the Android Studio icon.
Install to Applications
Drag the Android Studio icon to the Applications folder shortcut.
Wait for copy to complete, then eject the disk image.
Action for Linux
Extract Archive
Open terminal and navigate to Downloads.
Run: tar -xzf android-studio-version-linux.tar.gz -C /opt/
Launch Setup
Navigate to /opt/android-studio/bin/ and run ./studio.sh
The setup wizard launches in a new window.
Purpose
Running with proper permissions prevents installation failures and ensures all components install correctly.
macOS and Linux require specific directory permissions for the IDE to function.
Step Three: How Do You Configure the Installation Settings?
Choose between Standard or Custom installation type, select your preferred UI theme, and confirm component selection including the Android Virtual Device for emulator testing.
Action
Select Installation Type
- Standard: Recommended for most users; installs common settings and SDK
- Custom: Choose specific SDK platforms, virtual machine settings, and install location
Choose UI Theme
Pick Darcula (dark) or Light theme.
Change this later in Settings > Appearance.
Verify Components
Default selection includes:
- Android Studio IDE
- Android SDK
- Android Virtual Device (AVD)
- Intel HAXM (Windows/macOS with Intel processors)
Confirm Installation Path
Windows default: C:Program FilesAndroidAndroid Studio
macOS: /Applications/Android Studio.app
Linux: /opt/android-studio/
Purpose
Standard installation works for most mobile application development scenarios.
Custom lets you skip components you won’t use or install to a different drive with more space.
Step Four: How Do You Install the Android SDK Components?
Accept all license agreements in the setup wizard, wait for automatic download of SDK platforms, build tools, and emulator binaries, then verify completion in the progress window.
Action
Review Component List
The wizard displays required downloads: Android SDK, platform tools, build tools, emulator, and system images.
Total size typically 2 to 4 GB.
Accept License Agreements
Click each license on the left panel.
Select Accept for android-sdk-license and other listed agreements, then click Finish.
Wait for Downloads
Progress bars show download and extraction status.
Time varies: 10 to 30 minutes on standard broadband.
Completion Confirmation
All items show green checkmarks when finished.
Click Finish to proceed to the welcome screen.
Purpose
These Android SDK tools contain everything needed to compile, debug, and test Android applications.
Missing components cause Gradle sync failures later.
Step Five: How Do You Launch Android Studio for the First Time?
Open Android Studio from your system’s application launcher, complete any remaining configuration prompts, and reach the Welcome screen where you can create or import projects.
Action for Windows
Start Menu Launch
Click Start > Android Studio.
Alternative: navigate to C:Program FilesAndroidAndroid Studiobinstudio64.exe
Action for macOS
Applications Folder
Open Finder > Applications > double-click Android Studio.
Optional: drag to Dock for quick access.
Action for Linux
Terminal Launch
Run cd /opt/android-studio/bin && ./studio.sh
Add to PATH for system-wide access: export in .bashrc or .zshrc file.
Purpose
First launch initializes user preferences, indexes the SDK, and prepares the build automation tool cache.
Subsequent launches are faster.
Step Six: How Do You Verify the Installation?
Confirm the Welcome screen appears, check SDK Manager shows installed components, create a test project, and run successful Gradle build to validate everything works.
Action
Check Welcome Screen
“Welcome to Android Studio” with options: New Project, Open, Get from VCS.
This confirms core IDE installation succeeded.
Verify SDK Manager
Click More Actions > SDK Manager.
Installed platforms show checkmarks; SDK path displays at top.
Create Test Project
- Click New Project > Empty Activity
- Name: TestApp
- Language: Kotlin or Java
- Minimum SDK: API 24 (covers 98% of devices)
Run Gradle Sync
Wait for “Gradle sync finished” in the status bar.
No red errors in Build output means success.
Purpose
A successful test project confirms SDK, Gradle, and IDE work together.
Catching issues now saves debugging time later.
Verification
Confirming Successful Installation
Run these checks after completing all steps.
IDE Functionality
- Welcome screen loads without errors
- File > Settings opens preferences panel
- Help > About shows version number
SDK Status
- Tools > SDK Manager displays installed platforms
- SDK path exists: check ~/Library/Android/sdk (Mac) or %LOCALAPPDATA%AndroidSdk (Windows)
Emulator Test
Tools > Device Manager > Create Device > select Pixel 6 > download system image > launch.
Virtual device boots to Android home screen. Learn more about how to open emulator in Android Studio.
Build Verification
Create Empty Activity project, wait for sync, click Run (green play button).
App deploys to emulator showing “Hello World” screen.
Troubleshooting
Common Installation Issues
Setup Wizard Does Not Start (Windows)
Issue: Double-clicking installer shows no response.
Solution: Right-click > Run as administrator; disable antivirus temporarily.
Package Damaged Warning (macOS)
Issue: “Android Studio is damaged and can’t be opened.”
Solution: System Preferences > Security & Privacy > Allow apps from: App Store and identified developers > Open Anyway.
SDK Download Fails
Issue: Components stuck at 0% or timeout errors.
Solution: Check firewall settings, disable VPN, retry from File > Settings > SDK Manager.
Emulator Won’t Launch
Issue: AVD starts but shows black screen or crashes.
Solution: Enable Intel VT-x or AMD-V in BIOS; install Intel HAXM from SDK Manager > SDK Tools tab.
Gradle Sync Fails
Issue: Red errors after creating new project.
Solution: File > Invalidate Caches > Invalidate and Restart; check internet connection.
Insufficient Disk Space
Issue: Installation stops partway through.
Solution: Free 8+ GB on target drive; use Custom install to choose different location.
Alternative Installation Methods
Package Managers
macOS with Homebrew
Run brew install --cask android-studio in Terminal.
Automatic updates via brew upgrade.
Linux with Snap
Run sudo snap install android-studio --classic
Snap handles dependencies and updates automatically.
Cloud-Based Option
Android Studio on IDX
Browser-based IDE at idx.dev; no local installation required.
Best for low-spec machines or quick prototyping without full setup.
Method Comparison
| Method | Time | Best For | | — | — | — | | Direct download | 30-45 min | Full control, offline work | | Package manager | 20-30 min | Easy updates, developers familiar with CLI | | Cloud IDE | 5 min | Limited hardware, testing ideas |
Next Steps and Related Processes
After Installation
With Android Studio installed, continue building your software development environment.
Essential Follow-Up Tasks
- How to use Android Studio for your first project
- How to use Android Studio emulator for testing
- How to connect phone to Android Studio with USB for device testing
- How to build APK in Android Studio for distribution
Configuration and Maintenance
- How to update Android Studio when new versions release
- How to sync Gradle in Android Studio after dependency changes
- How to add the Flutter plugin in Android Studio for cross-platform development
Related Guides
- What is Android Studio and its features
- How to build Android apps with Kotlin
- IntelliJ IDEA vs Android Studio comparison
- Mobile app development tools overview
FAQ on How To Install Android Studio
What Are the System Requirements for Android Studio?
You need a 64-bit operating system (Windows 10/11, macOS 12+, or Linux), 8 GB RAM minimum, and 8 GB free disk space. A processor with virtualization support (Intel VT-x or AMD-V) is required for running the Android Emulator.
Is Android Studio Free to Download?
Android Studio is completely free. Google provides the IDE, Android SDK, emulator, and all development tools at no cost. No subscription, no hidden fees. Download directly from developer.android.com/studio.
How Long Does It Take to Install Android Studio?
Expect 30 to 45 minutes total. The IDE installer takes 5 to 10 minutes. SDK component downloads add 15 to 30 minutes depending on your internet speed and selected platforms.
Do I Need to Install Java Before Android Studio?
No. Android Studio bundles its own JDK (Java Development Kit) since version 2.2. The embedded OpenJDK handles compilation automatically. Installing a separate Java version is unnecessary for standard Android development.
Can I Install Android Studio Without Internet?
The initial IDE installation works offline if you have the installer file. However, downloading SDK components, system images, and Gradle dependencies requires an active internet connection during first setup.
Why Is My Android Studio Installation So Slow?
Slow installation usually means SDK downloads are bottlenecked by internet speed or firewall restrictions. Antivirus software scanning each file also adds delays. Disable real-time scanning temporarily for faster installation.
Can I Install Android Studio on a 32-Bit System?
No. Android Studio requires a 64-bit operating system since version 4.0. Older 32-bit versions exist but lack current SDK support and security updates. Upgrade your OS or use a cloud-based IDE alternative.
How Much Disk Space Does Android Studio Actually Need?
Plan for 12 to 15 GB minimum. The IDE uses 2 GB, SDK platforms need 3 to 5 GB, and each emulator system image adds 1 to 2 GB. Projects and Gradle cache consume additional space over time.
What Should I Do If Android Studio Installation Fails?
Run the installer as administrator on Windows. Check available disk space. Disable antivirus temporarily. Verify your download is not corrupted by comparing file size with the official website listing.
Can I Have Multiple Versions of Android Studio Installed?
Yes. Install each version to a separate directory. Useful for testing beta features while keeping a stable version for production work. Each installation maintains its own settings and SDK configuration independently.
Conclusion
You now know how to install Android Studio on Windows, macOS, or Linux.
The process covers downloading the installer, running the setup wizard, configuring your development environment, and verifying SDK components work correctly.
With your integrated development environment ready, you can create Android Virtual Devices for testing, connect physical devices via USB debugging, and start building your first project.
The built-in debugger, layout editor, and Kotlin support make development faster than older tools like Eclipse.
Keep your IDE updated for new features and security patches.
Explore the SDK Manager regularly to download additional platform tools and API levels as your projects require them.
Your Android development journey starts now.
- Agile vs DevOps: How They Work Together - March 11, 2026
- Ranking The Best Mapping Software by Features - March 11, 2026
- Waterfall vs Spiral Model: Pros and Cons - March 10, 2026







