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 171560b commit e417189Copy full SHA for e417189
Android/testbed/app/build.gradle.kts
@@ -278,6 +278,10 @@ abstract class CreateEmulatorTask : DefaultTask() {
278
if (!File(avdDir.parentFile.parentFile, iniName).renameTo(
279
File(avdDir.parentFile, iniName)
280
)) {
281
+ // FIXME
282
+ execOps.exec {
283
+ commandLine("ls", "-lR", avdDir.parentFile.parentFile)
284
+ }
285
throw GradleException("Failed to rename $iniName")
286
}
287
0 commit comments