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.
2 parents 8092c60 + 888fbf9 commit c6731e2Copy full SHA for c6731e2
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