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.
1 parent 36fe9a8 commit 24d30ccCopy full SHA for 24d30cc
app/build.gradle
@@ -121,16 +121,16 @@ android {
121
systemImageSource = "aosp"
122
abi = "x86"
123
}
124
- pixel2api27atd(com.android.build.api.dsl.ManagedVirtualDevice) {
+ pixel2api27(com.android.build.api.dsl.ManagedVirtualDevice) {
125
device = "Pixel 2"
126
apiLevel = 27
127
- systemImageSource = "aosp-atd"
+ systemImageSource = "aosp"
128
129
130
- nexus9api29atd(com.android.build.api.dsl.ManagedVirtualDevice) {
+ nexus9api29(com.android.build.api.dsl.ManagedVirtualDevice) {
131
device = "Nexus 9"
132
apiLevel = 29
133
134
135
136
0 commit comments