Android NeoDaySDKDemo App

Gradle and Java version

The project uses Gradle 7.5 and requires Java 17. If your Android Studio is configured with a Java version incompatible with Gradle 7.5, build errors may occur. To resolve this, you can take one of the following steps:

  • Update the Java version in Android Studio to Java 17. To do this, go to Android Studio > Settings > Build, Execution, Deployment > Build Tools > Gradle > Gradle JDK.
  • Adjust the Gradle version to align with the Java version you are using. The compatible Gradle version is usually indicated in the error message. You can do this by modifying the distributionUrl in the gradle-wrapper.properties file. Example: