Installation

Added in 7.0.0

interface Installation

Known direct subclasses
AdbOptions

This interface is deprecated. Renamed to Installation

ApplicationInstallation
DynamicFeatureInstallation

DSL object for configuring installation options for Dynamic Feature plugins.

LibraryInstallation

DSL object for configuring installation options for Library plugins.

TestInstallation

DSL object for configuring installation options for Test plugins.


Local installation options for the adb tool.

Summary

Public functions

Unit

This function is deprecated. To be removed in AGP 9.0

Unit
installOptions(vararg options: String)

This function is deprecated. To be removed in AGP 9.0

Public properties

MutableList<String>

The list of FULL_APK installation options.

Int

The time out used for all adb operations.

Public functions

installOptions

Added in 7.0.0
Deprecated in 8.0.0
fun installOptions(option: String): Unit

Sets the list of FULL_APK installation options

installOptions

Added in 7.0.0
Deprecated in 8.0.0
fun installOptions(vararg options: String): Unit

Sets the list of FULL_APK installation options

Public properties

installOptions

Added in 7.0.0
val installOptionsMutableList<String>

The list of FULL_APK installation options.

timeOutInMs

Added in 7.0.0
var timeOutInMsInt

The time out used for all adb operations.