Class AndroidSDKConstants


  • public final class AndroidSDKConstants
    extends Object
    • Field Detail

      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • ADB_DEFAULT_SERVER_PORT

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