«npx реагирует на родной клиент инициализации» сбой на Android во время выполнения. Не удалось найти tools.jar. React Native 0.62.2 - PullRequest
0 голосов
/ 17 апреля 2020

Система: Windows 10
NodeJS: v13.8.0
Реакция Native: 0.62.2
Реакция: "16.11.0"

Это также происходит с шаблоном машинописи

После запуска npm run android у меня есть эти журналы:

info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" 
flag.
Jetifier found 967 file(s) to forward-jetify. Using 4 workers...
info Starting JS server...
info Launching emulator...
info Successfully launched emulator.
info Installing the app...
> Task :app:compileDebugJavaWithJavac FAILED

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.0.1/userguide/command_line_interface.html#sec:command_line_warnings
14 actionable tasks: 6 executed, 8 up-to-date

error Failed to install the app. Make sure you have the Android development environment set up: 
https://reactnative.dev/docs/getting-started.html#android-development-environment. Run CLI with -- 
verbose flag for more details.
Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081

FAILURE: Build failed with an exception.


ERROR: Could not find tools.jar. Please check that C:\Program Files\Java\jre1.8.0_251 contains a valid JDK installation

1 Ответ

0 голосов
/ 17 апреля 2020

Fixed.
Проблема была в

ERROR: Could not find tools.jar. Please check that C:\Program Files\Java\jre1.8.0_251 contains a valid JDK installation

Я только что скопировал tools.jar из C:\Program Files\Java\jdk1.8.0_241\jre\lib в C:\Program Files\Java\jre1.8.0_251\lib

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