Je travaille sur MacOS et je commence juste avec react-native
.
L'une des premières étapes pour commencer est de courir : react-native run-android
ou react-native run-ios
. Mais j'obtiens cette erreur :
react-native run-android
Résultat :
Scanning folders for symlinks in /Users/ric/myprojs/albums/node_modules (6ms)
Starting JS server...
Building and installing the app on the device (cd android && ./gradlew installDebug)...
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine java version from '9.0.1'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Could not install the app on the device, read the error above for details.
Make sure you have an Android emulator running or a device connected and have
set up your Android development environment:
https://facebook.github.io/react-native/docs/android-setup.html
C'est ce que j'obtiens quand je cours java --version
:
java --version
Résultat :
java 9.0.1
Java(TM) SE Runtime Environment (build 9.0.1+11)
Java HotSpot(TM) 64-Bit Server VM (build 9.0.1+11, mixed mode)
mbp:albums ric$ java --version
java 9.0.1
Java(TM) SE Runtime Environment (build 9.0.1+11)
Java HotSpot(TM) 64-Bit Server VM (build 9.0.1+11, mixed mode)
Modifier
Ma version de javac :
javac --version
Résultat :
javac 9.0.1
Une idée sur la façon de résoudre ce problème ?
2 votes
Pouvez-vous exécuter
javac -version
aussi dans le terminal s'il vous plaît1 votes
J'ai trouvé cette question C'est un peu ancien mais cela peut être lié à la version de java ou de gradle.