1 - Setting Up The Environment
1 - Setting Up The Environment
1. Open Android SDK Manager and install any missing or updated packages.
2. To view the currently installed packages and check for updates, remain within the SDK
settings screen and select the SDK Tools. Check the following packages to be installed:
Android SDK Build-tools
Android Emulator
Android SDK Platform-tools
Google Play Services
Intel x86 Emulator Accelerator (HAXM installer)
Google USB Driver (Windows only)
Layout Inspector image server
3. Configure the system’s Path environment variable. Copy the Android SDK location to locate
the following entries:
Example:
C:\Users\Azlia\AppData\Local\Android\Sdk\platform-tools
C:\Users\Azlia\AppData\Local\Android\Sdk\tools
C:\Users\Azlia\AppData\Local\Android\Sdk\tools\bin
4. Click at the Edit button to add the new entries:
5. To check, open Command Prompt and type:
echo %Path%
Download Plugin
1. Download and install the Visual Studio Code from here: https://code.visualstudio.com
2. Run the Visual Studio Code IDE.
3. Go to View tab > Command Pallete > Type “install”, and select Extensions: Install
Extensions.
5. Check your flutter in Terminal or from Command Pallete (Ctrl + Shift + P). Run flutter doctor.
Review the status.
Or
Installation Setup for IntelliJ IDEA