Class AndroidSDKConstants

java.lang.Object
jenkins.plugin.android.emulator.AndroidSDKConstants

public final class AndroidSDKConstants extends Object
  • Field Details

    • ANDROID_CACHE

      public static final String ANDROID_CACHE
      See Also:
    • DDMS_CONFIG

      public static final String DDMS_CONFIG
      See Also:
    • LOCAL_REPO_CONFIG

      public static final String LOCAL_REPO_CONFIG
      See Also:
    • ENV_ADB_TRACE

      public static final String ENV_ADB_TRACE
      See Also:
    • ENV_ADB_LOCAL_TRANSPORT_MAX_PORT

      public static final String ENV_ADB_LOCAL_TRANSPORT_MAX_PORT
      See Also:
    • ENV_ANDROID_AVD_HOME

      public static final String ENV_ANDROID_AVD_HOME
      Sets the path to the directory that contains all AVD-specific files, which mostly consist of very large disk images.

      The default location is $ANDROID_EMULATOR_HOME/avd/. You might want to specify a new location if the default location is low on disk space.

      See Also:
    • ENV_ANDROID_EMULATOR_HOME

      public static final String ENV_ANDROID_EMULATOR_HOME
      Sets the path to the user-specific emulator configuration directory.

      The default location is $ANDROID_SDK_HOME/.android/.

      See Also:
    • ADB_DEFAULT_SERVER_PORT

      public static final int ADB_DEFAULT_SERVER_PORT
      The Android Debug Bridge (adb) server default TCP port.
      See Also:
    • ADB_CONNECT_TIMEOUT

      public static final int ADB_CONNECT_TIMEOUT
      See Also: