When I gave the command to build the expo app with the help of the eas build command. It gave me this š error.
[stderr]
FAILURE: Build failed with an exception.
[stderr]
* What went wrong:
[stderr]
Execution failed for task ':expo-font:compileReleaseJavaWithJavac'.
[stderr]
> Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'.
[stderr]
* Try:
[stderr]
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
[stderr]
* Get more help at https://help.gradle.org
[stderr]
BUILD FAILED in 3m 26s
Error: Gradle build failed with unknown error. Please see logs for the "Run gradlew" phase.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi there,
Gradle uses the Java distribution defined in your JAVA_HOME environment variable, you need to make sure that So make sure that the JAVA_HOME variable is set to a valid JDK 11 path.
To check if this is the case:
gradle --version
And then check your JAVA_HOME variable:
echo $JAVA_HOME
For more information on how to set that up, check out this tutorial here:
Best,
Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOceanās Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow ā whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.