Assigned
Status Update
Comments
po...@gmail.com <po...@gmail.com> #2
I tried adding screenshotTestImplementation(libs.androidx.window)
but it didn't fix it.
ls...@gmail.com <ls...@gmail.com> #3
This is likely a duplicate of libs.androidx.window
dependency to implementation
to see if it works?
ls...@gmail.com <ls...@gmail.com> #4
Is this the correct category for this issue? Shouldn't it be under "Android Gradle Plugin" or "Android Emulator" instead?
po...@gmail.com <po...@gmail.com> #5
IIRC, regular users are not allowed to put issues in most categories of the tracker.
Description
So, a property should be created for VM acceleration or just free arguments for emulator to pass, e.g.:
```
android.testoptions.manageddevices.emulator.free-args=-accel auto # or…
android.testoptions.manageddevices.emulator.accel=auto
```