AndroidVirtualDevice

mill.androidlib.AndroidVirtualDevice
See theAndroidVirtualDevice companion object
case class AndroidVirtualDevice(name: String, apiVersion: String, architecture: String, deviceId: String, systemImageSource: String)

Android Virtual Device configuration

For more information on available devices and images, run avdmanager list and sdkmanager --list

Value parameters

apiVersion

e.g. "android-33"

architecture

e.g. "x86_64"

deviceId

e.g. "medium_phone"

name

Identification name of the AVD

systemImageSource

e.g. "google_apis_playstore"

Attributes

Companion
object
Source
AndroidVirtualDevice.scala
Graph
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withName(newName: String): AndroidVirtualDevice

Attributes

Source
AndroidVirtualDevice.scala

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
Source
Product.scala
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product
Source
Product.scala

Concrete fields

val systemImage: String

Attributes

Source
AndroidVirtualDevice.scala