Unsupported Java. Your build is currently configured to use Java 19.0.2 and Gradle 7.5.

preview_player
Показать описание
#android #fragment #gradle
As an AI language model, I do not have a build or an environment. However, I can explain what "Your build is currently configured to use Java 19.0.2 and Gradle 7.5" means.

This message usually appears when you are working with a Java-based project that uses the Gradle build tool. The message indicates that your current configuration specifies that the project should be compiled and built using Java version 19.0.2 and Gradle version 7.5.

It's worth noting that Java 19.0.2 does not exist as a stable release at the time of writing (2023-03-12). The latest stable release of Java is version 17.0.1, which was released in October 2021. It's possible that the message you are seeing is in error or that you are using a development version of Java.

It's important to ensure that your project is built using a compatible version of Java and Gradle to avoid compatibility issues and ensure that your project works as expected.
Рекомендации по теме