Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Start by downloading Android Studio.

  2. After downloading, double-click on the file named android-studio-bundle-windows.exe. This action will initiate the installation process for Android Studio.

  3. Follow the instructions displayed on the screen to complete the installation of the studio. Ensure to select the Standard Installation option.
    Note: Android Studio is a development environment created for Android application development. In order to start application testing using virtual devices, it's necessary for users to have at least one project created in the studio. After the creation of a project, users can create and launch emulators and download the required platform images directly from Android Studio.

  4. Once installation process is complete, open Android Studio.

  5. Create a dummy project for the sake of this setup.

  6. Navigate to File menu and select Settings.

  7. Under section labeled Appearance & Behavior, expand the System Settings and select Android SDK.

  8. In the panel on the right, choose SDK Platforms.

  9. Choose the required packages for installation and click on Apply.

...