非法反射访问操作 [英] Illegal reflective access operation

查看:1593
本文介绍了非法反射访问操作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图弄清楚为什么React Native突然不能用在我的2014年代Macbook上。它在八月份早些时候工作。尝试从命令行运行 react-native run-android 时出现以下错误。当我在Android Studio 3.0中打开它时,该应用程序运行良好,没有错误。

I'm trying to figure out why React Native suddenly will not work on my 2014 era Macbook. It was working earlier in August. I get the following error when trying to run react-native run-android from the command line. The app runs when I open it in Android Studio 3.0 just fine, no errors. Any ideas what I can look at to resolve this?

Scanning 563 folders for symlinks in /Users/username/ReactNative/Wtf/node_modules (5ms)
JS server already running.
Building and installing the app on the device (cd android && ./gradlew installDebug)...
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.gradle.internal.reflect.JavaMethod (file:/Users/username/.gradle/wrapper/dists/gradle-2.14.1-all/8bnwg5hd3w55iofp58khbp6yv/gradle-2.14.1/lib/gradle-base-services-2.14.1.jar) to method java.lang.ClassLoader.getPackages()
WARNING: Please consider reporting this to the maintainers of org.gradle.internal.reflect.JavaMethod
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':app'.
> Failed to notify project evaluation listener.
   > javax/xml/bind/annotation/XmlSchema

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

BUILD FAILED

Total time: 4.706 secs
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/android-setup.html


推荐答案

'安装最新的JDK'放在 React-Native Setup从字面上看,通过查找最新的JDK(9)并安装它。我卸载了JDK 9 并安装了与React-Native Setup链接的JDK 8的版本指南,它解决了我的问题。

This happened to me when I took 'install the latest JDK' on the React-Native Setup Guide literally, by going and finding the latest JDK (9) and installing it. I uninstalled JDK 9 and installed the version of JDK 8 that's linked to on the React-Native Setup Guide, which solved the problem for me.

这篇关于非法反射访问操作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆