Package jenkins.plugin.android.emulator
Class AndroidSDKConstants
java.lang.Object
jenkins.plugin.android.emulator.AndroidSDKConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
The Android Debug Bridge (adb) server default TCP port.static final String
static final String
static final String
static final String
static final String
Sets the path to the directory that contains all AVD-specific files, which mostly consist of very large disk images.static final String
Sets the path to the user-specific emulator configuration directory.static final String
-
Method Summary
-
Field Details
-
ANDROID_CACHE
- See Also:
-
DDMS_CONFIG
- See Also:
-
LOCAL_REPO_CONFIG
- See Also:
-
ENV_ADB_TRACE
- See Also:
-
ENV_ADB_LOCAL_TRANSPORT_MAX_PORT
- See Also:
-
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
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_PORTThe Android Debug Bridge (adb) server default TCP port.- See Also:
-
ADB_CONNECT_TIMEOUT
public static final int ADB_CONNECT_TIMEOUT- See Also:
-