在emulator中尝试和测试时出现react native app错误(?)

bqucvtff  于 2021-07-06  发布在  Java
关注(0)|答案(1)|浏览(237)

每当我在输入命令npx react native run android后尝试测试应用程序时,就会出现以下错误。我试着在环境变量中设置路径。但仍然不工作,我试图重新安装React Native,但仍然不工作。我试图从java重新安装jdk,但是最后,这个应用程序仍然没有在模拟器中运行。感谢您的反馈:)
失败:生成失败,出现异常。
哪里出错了:任务的执行失败:react-native-community\u masked-view:compiledebugjavawithjavac'.
找不到tools.jar。请检查c:\program files\java\jre1.8.0\U 271是否包含有效的jdk安装。
尝试:使用--stack trace选项运行以获取堆栈跟踪。使用--info或--debug选项运行以获取更多日志输出。运行--扫描以获得完整的见解。
获取更多帮助https://help.gradle.org
生成在21秒内失败
安装应用程序失败。确保已设置android开发环境:https://reactnative.dev/docs/environment-setup. 有关详细信息,请使用--verbose标志运行cli。错误:命令失败:gradlew.batapp:installdebug -preactnativedevserverport=8081
ps c:\vibenote短信

vnjpjtjt

vnjpjtjt1#

我认为你需要更新你的路径变量。

To set the PATH variable permanently, add the full path of the jdk1.7.0\bin directory to the PATH variable. Typically, this full path looks something like C:\Program Files\Java\jdk1.7.0\bin. Set the PATH variable as follows on Microsoft Windows:

Click Start, then Control Panel, then System.

Click Advanced, then Environment Variables.

Add the location of the bin folder of the JDK installation for the PATH variable in System Variables. The following is a typical value for the PATH variable:

C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Java\jdk1.7.0\bin

从这里的文件

相关问题