【发布时间】:2022-08-18 23:31:34
【问题描述】:
我正在尝试在 android expo run:android 上运行 expo 项目,但出现此错误:
* What went wrong:
Execution failed for task \':expo-location:compileDebugJavaWithJavac\'.
> Compilation failed; see the compiler error output for details.
* 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
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.9/userguide/command_line_interface.html#sec:command_line_warnings
jdk版本是11
我该如何解决这个错误?
标签: android react-native expo