Bug P2
Status Update
Comments
ra...@google.com <ra...@google.com>
ms...@readdle.com <ms...@readdle.com> #2
I tried adding screenshotTestImplementation(libs.androidx.window)
but it didn't fix it.
ya...@gmail.com <ya...@gmail.com> #3
This is likely a duplicate of libs.androidx.window
dependency to implementation
to see if it works?
Description
Version used: 1.2.3
Devices/Android versions reproduced on: Pixel 7 - 14
Exception thrown during onBeforeAll invocation of plugin com.android.tools.utp.plugins.host.apkinstaller.AndroidTestApkInstallerPlugin.
Failed to install APK(s): /Users/admin/IdeaProjects/bosszhipin_android_benchmark-gamma/app_host/build/outputs/apk/benchmark/app_host-benchmark.apk
Unknown platform error occurred when running the UTP test suite. Please check logs for details.
com.android.ddmlib.TimeoutException
at com.android.ddmlib.AdbHelper.write(AdbHelper.java:1260)
at com.android.ddmlib.SyncService.doPushFile(SyncService.java:723)
at com.android.ddmlib.SyncService.pushFile(SyncService.java:439)
at com.android.ddmlib.internal.DeviceImpl.syncPackageToDevice(DeviceImpl.java:1333)
at com.android.ddmlib.internal.DeviceImpl.installPackage(DeviceImpl.java:1233)
at com.android.tools.utp.plugins.deviceprovider.ddmlib.DdmlibAndroidDevice.installPackage(DdmlibAndroidDevice.kt)
at com.android.tools.utp.plugins.deviceprovider.ddmlib.DdmlibAndroidDeviceController$executeAsync$deferred$1.invokeSuspend(DdmlibAndroidDeviceController.kt:192)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)