Versions Compared

Key

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

Creating Simulators

...

  1. Download Android Studio.
  2. Once downloaded, double-click android-studio-bundle-windows.exe.
    This will start installation of Android Studio.
  3. Follow the on-screen instructions and complete the studio installation.
  4. Select Standard Installation.View Image


Info

Android Studio is developed for Android application development. In order to get started with application testing using virtual devices, users need to have at least one project created. Once project is created, users can create and start emulators and download required platform images from the Android Studio



  1. Once the installation is complete, launch Android Studio.
  2. Create a dummy project.
  3. From the File menu, click Settings.
  4. Under Appearance & Behavior,  expand System Settings and select Android SDK.
  5. In the right pane, select SDK Platforms.
  6. Select required packages to install and click Apply.

    View Image
    Info
    iconfalse

    Google system images are required to create and start virtual devices (emulators). Generally, emulators created with Google APIs Intel x86 Atom System Image serve all the testing requirements, however, users can download and install any system image depending on the testing requirements.

    If you want Google Chrome in the Nougat emulator,  please select Google API as system image. Google Chrome comes as a default browser for Nougat and not for other Android operating systems. 

    System displays the list of components selected to be installed.

    1. Go to SDK Tools and ensure that Android SDK Build-Tools is installed. If not, then download it.

       View Image

    2. Click OK

    3. Once all the required components are installed, click Finish.
      Now you can start creating virtual devices.