Previous Topic: Preinstallation Steps for Mobile Testing-WindowsNext Topic: Set Up the Android SDK


Define ANDROID_HOME

For your Android Virtual Devices (AVDs) to function properly, you must define an ANDROID_HOME property.

Follow these steps:

  1. In DevTest Workstation, click System, Edit Properties.

    System Properties open.

  2. Insert the following property:
    ANDROID_HOME= <The fully qualified path to your ADT Bundle>
    

    For example:

    ANDROID_HOME= C:\ADT Bundle\adt-bundle-windows-x86_64-20131030\sdk
    
  3. Click Save.
  4. Close the System Properties window.