Versions Compared

Key

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

...

Multiexcerpt macro
nameCreateEmulators

In order to test Android mobile applications, you need to download Android Studio. Once Android Studio is downloaded, Qualitia users can create virtual devices / emulators and test the mobile applications using Qualitia.

You can view the detailed procedure about creating and managing Android virtual devices, click here.

To install Android Studio:

  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


    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.


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

    View Image


    Google system images are required to create and start virtual devices (emulators). Generally, emulators created with with Google APIs Intel x86 Atom System Image 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 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.
  11. Go to to SDK Tools and  and ensure that that Android SDK Build-Tools is  is installed. If not, then download it.

    View Image


  12. Click OK

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

...

  1. From desktop, right-click the Computer icon.
  2. Select Properties from the context menu.
  3. In the left pane, click Advanced System Settings.
  4. On the System Properties window, click Environment Variables.
  5. In the User Variables section, create new variable as ANDROID_HOME and enter the path of Android SDK
    To find the Android SDK location, launch Android Studio > File > Settings. Copy the path specified in Android SDK Location.
    For example: D:\Android
  6. Click OK.
    Note: The Android_Home path should not contain any white spaces.
  7. If Java_Home is not already set, create a new variable as JAVA_HOME, type the path to JRE/JDK and then click OK.
  8. In the System Variables section, select the PATH variable and type , and enter the following paths:
    1. Type the path to 'Platform-tools' from the Android SDK location (which you added in the step 5 above).
      For example: D:\Android\platform-tools
    ;
    1. .
    2. Type the path to 'tools' from the Android SDK location (which you added in the step 5 above).
      For example: D:\Android\tools.
  9. Click OK.