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

前端 未结 11 1809
悲&欢浪女
悲&欢浪女 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 03:59

    I usually get this error when I forget to build the project using Android Studio. A simple sync and upgrading Gradle will do the work.

提交回复
热议问题