Fields Summary |
---|
private com.android.ddmlib.IDevice | mDeviceThe device on which to launch the app |
private final org.eclipse.core.resources.IProject | mProjectThe eclipse project |
private final String | mPackageNamePackage name |
private final String | mDebugPackageNameDebug package name |
private final org.eclipse.core.resources.IFile | mPackageFileIFile to the package (.apk) file |
private final Boolean | mDebuggabledebuggable attribute of the manifest file. |
private final int | mRequiredApiVersionNumberRequired ApiVersionNumber by the app. {@link AndroidManifestParser#INVALID_MIN_SDK} means
no requirements |
private InstallRetryMode | mRetryMode |
private final IAndroidLaunchAction | mLaunchActionLaunch action. |
private final AndroidLaunch | mLaunchthe launch object |
private final org.eclipse.core.runtime.IProgressMonitor | mMonitorthe monitor object |
private boolean | mDebugModedebug mode flag |
private int | mAttemptCountcurrent number of launch attempts |
private boolean | mCancelledcancellation state of launch |