| Methods in com.android.ddmlib that throw InstallException |
java.lang.String |
IDevice.installPackage(java.lang.String packageFilePath,
boolean reinstall)
Installs an Android application on device. |
java.lang.String |
IDevice.installRemotePackage(java.lang.String remoteFilePath,
boolean reinstall)
Installs the application package that was pushed to a temporary location on the device. |
void |
IDevice.removeRemotePackage(java.lang.String remoteFilePath)
Removes a file from device. |
java.lang.String |
IDevice.uninstallPackage(java.lang.String packageName)
Uninstalls an package from the device. |