Installation

interface Installation

AdbOptions

This interface is deprecated. Renamed to 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

fun installOptions(option: String): Unit

Sets the list of FULL_APK installation options

installOptions

fun installOptions(vararg options: String): Unit

Sets the list of FULL_APK installation options

Public properties

installOptions

val installOptionsMutableList<String>

The list of FULL_APK installation options.

timeOutInMs

var timeOutInMsInt

The time out used for all adb operations.

In this codelab you’ll learn about testing UIs created with Jetpack Compose. You will write your first tests while learning about testing in isolation, debugging tests, semantics trees and synchronization.

Updated Nov 21, 2023

Discover the latest app development tools, platform updates, training, and documentation for developers across every Android device.

Updated Dec 18, 2024

Use the Screen Capture tool to take a screenshot of the display on a hardware device or the emulator. Optionally display the screenshot within a graphic of a device.

Updated Jun 1, 2023