Join Slack
Powered by
This message was deleted.
# community-support
s
Slackbot
08/13/2023, 9:25 AM
This message was deleted.
✅ 1
v
Vampire
08/13/2023, 9:35 AM
The AGP you try to use requires that you run Gradle at least with Java 11, but you run it with Java 8.
b
bychrisme
08/13/2023, 10:42 AM
thank you
c
Chris Merrill
10/31/2023, 1:13 AM
Ran into the same issue when trying to load the React Expo Realm Template. Any ideas how you would update the project to run Gradle with a higher version of Java?
https://www.mongodb.com/docs/realm/sdk/react-native/bootstrap-with-expo/
v
Vampire
10/31/2023, 3:34 AM
No idea about react. But regarding pure Gradle, you set
JAVA_HOME
environment variable or if it is not set, the Java in the
PATH
is used.
19
Views
Open in Slack
Previous
Next