Setting up Android development environment

Describes how to set up the Android development environment.

Before you can automate testing Chrome on Android cloud devices, you must install the Android SDK. Installing the Android SDK also installs the AVD Manager.

  1. From the Android web site, download the Android SDK.

  2. Unzip the archive to a location of your choosing.

  3. Configure the ANDROID_HOME environment variable based on the location of the Android SDK.

    For example:

    set ANDROID_HOME=D:\<SDK_INSTALL_DIR>\android-sdk-windows
    set PATH=%PATH%;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools
    

    The Android SDK download does not include many specific SDK platforms. To automate web apps on Chrome on a specific Android cloud device, you need to download and install the correct SDK platform that matches with the Android version of the cloud device. You do this by using the Android SDK.

  4. To open the Android SDK Manager dialog box, type the following command into the command prompt window.

    android
    

    The Android SDK Manager dialog box appears.

  5. From the Packages list, select an appropriate SDK platform.

    For example, if the platform version of your target Android cloud device is 5.1 (API level 22), install the respective SDK platform.

  6. Click the Install packages…​ button to complete the download and installation.

    Notes: 
    You might want to install all the available updates, but be aware it might take longer, as each API is a large download.


Copyright © 2023 LogiGear Corporation. All rights reserved. LogiGear is a registered trademark, and Action Based Testing and TestArchitect are trademarks of LogiGear Corporation. All other trademarks contained herein are the property of their respective owners.

LogiGear Corporation

1730 S. Amphlett Blvd. Suite 200, San Mateo, CA 94402

Tel: +1(800) 322-0333