Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Android studio Android Studio & VS Code Visual Studio Installation Guide

This guide provides a detailed step-by-step installation process for:

  • ✅ Android Studio
  • ✅ Visual Studio

Android studio PART 1: Android Studio Installation Guide

1. Install Java JDK

  • Go to: Oracle JDK Downloads
  • Download the latest Java JDK (e.g., JDK 20 or newer)
  • Install and note the path (e.g., C:\Program Files\Java\jdk-20.x.x\bin)
  • Set Environment Variable:
    • Open System Properties > Environment Variables
    • Under System Variables, find Path, click Edit, then New, and paste the JDK bin path.

2. Download Android Studio

3. SDK Components Installation

  • During installation, ensure the following are selected:
    • Android SDK
    • Android Virtual Device (AVD)
    • Performance (Intel HAXM or Android Emulator support)

4. Launch Android Studio

  • Open Android Studio after installation
  • Choose Standard setup for beginners
  • Wait for component downloads to complete

5. Configure Android Virtual Device (AVD)

  • Go to Tools > Device Manager
  • Click Create Device
  • Select a device (e.g., Pixel 5)
  • Choose a system image (like Android 13.0)
  • Finish and launch emulator

6. Test Your Setup

  • Create a new project (Empty Activity)
  • Run it on your connected phone or AVD

✅ Done!

You now have a working Android development environment!


Tips

  • Use Android Studio Terminal for running gradle and adb commands
  • Enable Developer Mode and USB Debugging on your phone if using a physical device

VS Code PART 2: Install Visual Studio.

Install Visual Studio Code (VS Code)

VS Code is a lightweight and powerful code editor.

  1. Go to the official VS Code website:
    https://code.visualstudio.com/

  2. Download the installer for your OS (Windows, Mac, Linux).

  3. Run the installer and follow the on-screen instructions.

  4. During installation, you can choose options like:

  • Add “Open with Code” action to Windows Explorer context menu
  • Register Code as default editor for supported file types
  1. Launch VS Code.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages