-
EnvironmentSystem: DescriptionDescribe your issue in detail. Include screenshots if needed. Fails to build on android.
Reproducible DemoLet us know how to reproduce the issue. Include a code sample, share a project, or share an app that reproduces the issue using https://snack.expo.io/. Please follow the guidelines for providing a MCVE: https://stackoverflow.com/help/mcve Follow the instructions in the installation documentation for android. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@heades Check out https://stackoverflow.com/questions/68597899/bug-exception-in-phase-semantic-analysis-in-source-unit-buildscript-unsup I beleive this is because you are using Java 19 which is not supported by your version of gradle 7.5.1 https://docs.gradle.org/current/userguide/compatibility.html You'll either need to downgrade java or upgrade gradle |
Beta Was this translation helpful? Give feedback.
@heades Check out https://stackoverflow.com/questions/68597899/bug-exception-in-phase-semantic-analysis-in-source-unit-buildscript-unsup I beleive this is because you are using Java 19 which is not supported by your version of gradle 7.5.1
https://docs.gradle.org/current/userguide/compatibility.html
You'll either need to downgrade java or upgrade gradle