This guide provides a detailed step-by-step installation process for:
- ✅ Android Studio
- ✅ Visual Studio
- 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 JDKbinpath.
- Visit: https://developer.android.com/studio
- Download the installer for your OS (Windows, Mac, or Linux)
- Run the installer and follow the setup wizard.
- During installation, ensure the following are selected:
- Android SDK
- Android Virtual Device (AVD)
- Performance (Intel HAXM or Android Emulator support)
- Open Android Studio after installation
- Choose Standard setup for beginners
- Wait for component downloads to complete
- 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
- Create a new project (Empty Activity)
- Run it on your connected phone or AVD
You now have a working Android development environment!
- Use Android Studio Terminal for running
gradleandadbcommands - Enable Developer Mode and USB Debugging on your phone if using a physical device
VS Code is a lightweight and powerful code editor.
-
Go to the official VS Code website:
https://code.visualstudio.com/ -
Download the installer for your OS (Windows, Mac, Linux).
-
Run the installer and follow the on-screen instructions.
-
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
- Launch VS Code.