We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ManagedDevices.devices
1 parent 689ef92 commit 888fbf9Copy full SHA for 888fbf9
benchmarks/build.gradle.kts
@@ -45,8 +45,8 @@ android {
45
)
46
}
47
48
- testOptions.managedDevices.devices {
49
- create<com.android.build.api.dsl.ManagedVirtualDevice>("pixel6Api33") {
+ testOptions.managedDevices.localDevices {
+ create("pixel6Api33") {
50
device = "Pixel 6"
51
apiLevel = 33
52
systemImageSource = "aosp"
0 commit comments