gpt4 book ai didi

react-native - React Native错误: "Could not determine java version from ' 9. 0.1'."

转载 作者:行者123 更新时间:2023-12-03 04:48:18 26 4
gpt4 key购买 nike

我正在 MacOS 上工作,刚刚开始使用 react-native

开始的第一步是运行:react-native run-androidreact-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

知道如何解决这个问题吗?

最佳答案

在您的 PROJECT_PATH/android/gradle/wrapper/gradle-wrapper.properties 文件中,将 distributionUrl 更新为以下内容:

distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-all.zip

查看相关gradle distributions documentation

关于react-native - React Native错误: "Could not determine java version from ' 9. 0.1'.",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46867399/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com