ฉันกำลังทำงานกับ MacOS และเพิ่งเริ่มต้นด้วยreact-native
ไฟล์.
หนึ่งในขั้นตอนแรกในการเริ่มต้นคือการทำงาน: หรือreact-native run-android
react-native run-ios
แต่ฉันได้รับข้อผิดพลาดนี้:
react-native run-android
ผลลัพธ์:
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
นี่คือสิ่งที่ฉันได้รับเมื่อวิ่งjava --version
:
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)
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)
แก้ไข
เวอร์ชัน Javac ของฉัน:
javac --version
ผลลัพธ์:
javac 9.0.1
มีความคิดเกี่ยวกับวิธีแก้ไขปัญหานี้หรือไม่?
javac -version
ในเทอร์มินัลด้วยได้