This message was deleted.
# community-support
s
This message was deleted.
1
v
The AGP you try to use requires that you run Gradle at least with Java 11, but you run it with Java 8.
b
thank you
c
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
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.