执行react-native run-android报错:
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.

这是因为你的jdk版本是9,把jdk版本切换到8就行了。

 

原github issue:https://github.com/facebook/react-native/issues/15552#issuecomment-331943834

相关文章:

  • 2021-12-29
  • 2022-12-23
  • 2022-01-29
  • 2022-12-23
  • 2021-05-19
  • 2022-01-20
  • 2022-12-23
猜你喜欢
  • 2021-10-16
  • 2022-12-23
  • 2021-09-23
  • 2021-04-30
  • 2021-04-29
  • 2021-04-27
相关资源
相似解决方案