ОШИБКА "Не удалось определить java версию из '11 .0.6 '." - PullRequest
0 голосов
/ 27 марта 2020

Debian 10 Buster

Я пытаюсь запустить реагировать на собственный проект и выдает ошибку:

yarn start
npx react-native run-android

Scanning folders for symlinks in /home/Apps/ui/node_modules (23ms)
JS server already running.
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 '11.0.6'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org
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/getting-started.html

Как это исправить?

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...