Getting Started
Let's get started. Follow these steps:
- Download and install the latest Java SE Development Kit from here.
- Verify that Java's path has been added to the system PATH environment variable

- Download and install Intel HAXM from here (Only required for Windows and MacOS)
Note that you need to turn off Hyper-V and enable virtualization in BIOS (Windows only). - Download the Android Command Line Tools from here.

- Extract the zip and structure the folders in the following way:
cmdline-tools/ └── tools/ ├── bin ├── lib ├── NOTICE.txt └── source.properties - Now, create a new folder anywhere (
C:\Androidin my case) and put thecmdline-toolsfolder in it. Your folder structure should look similar to this:
Android/ └── cmdline-tools/ └── tools/ ├── bin ├── lib ├── NOTICE.txt └── source.properties - Create a new system variable
ANDROID_SDK_ROOTwith the value of your newly created folder (C:\Androidfor me)
- Add the path to your
cmdline-tools/tools/binfolder in the system PATH environment variable
5
