You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should successfully execute and generate screenshots with Java 17 since AGP 8.0 has a dependency with Gradle 8.0+ which is using Java 17
Actual behaviour
Failing with error: Unable to make public void sun.nio.ch.ChannelInputStream.close() throws java.io.IOException accessible: module java.base does not "exports sun.nio.ch" to unnamed module @42b6a87e
Expected behaviour
It should successfully execute and generate screenshots with Java 17 since AGP 8.0 has a dependency with Gradle 8.0+ which is using Java 17
Actual behaviour
Failing with error:
Unable to make public void sun.nio.ch.ChannelInputStream.close() throws java.io.IOException accessible: module java.base does not "exports sun.nio.ch" to unnamed module @42b6a87e
Steps to reproduce
Execute command ./gradlew executeScreenshotTests -Precord
Version of the library
Lib version: 5.14.1
Java version: 17
Emulator version: API 30
AGP: 8.0.0
The text was updated successfully, but these errors were encountered: