React Native error: “Could not determine java version from '9.0.1'.”

前端 未结 11 1826
悲&欢浪女
悲&欢浪女 2020-11-28 03:50

I\'m working on MacOS and just starting with react-native.

One of the first steps to get started is to run: react-native run-android or

11条回答
  •  广开言路
    2020-11-28 04:02

    In your PROJECT_PATH/android/gradle/wrapper/gradle-wrapper.properties file, update your distributionUrl to the following:

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

    See related gradle distributions documentation

提交回复
热议问题