Installation

interface Installation
com.android.build.api.dsl.Installation

Options for the adb tool.

Summary

Public methods

abstract Unit

Sets the list of FULL_APK installation options

abstract Unit
installOptions(vararg options: String)

Sets the list of FULL_APK installation options

Properties

abstract Collection<String>?

The list of FULL_APK installation options.

abstract Int

The time out used for all adb operations.

Public methods

installOptions

@Incubating abstract fun installOptions(option: String): Unit

Sets the list of FULL_APK installation options

installOptions

@Incubating abstract fun installOptions(vararg options: String): Unit

Sets the list of FULL_APK installation options

Properties

installOptions

abstract var installOptions: Collection<String>?

The list of FULL_APK installation options.

timeOutInMs

abstract var timeOutInMs: Int

The time out used for all adb operations.