我在我的项目中添加了react-nativ导航库Instruction
我试图更改变量,因为指令过期了,但在编译后出现错误。
构建-完成;执行- ERORR
Skipping task ':react-native-navigation:javaPreCompileReactNative57Debug' as it is up-to-date.
:react-native-navigation:javaPreCompileReactNative57Debug (Thread[Execution worker for ':' Thread 2,5,main]) completed. Took 0.005 secs.
:react-native-navigation:compileReactNative57DebugJavaWithJavac (Thread[Daemon worker Thread 23,5,main]) started.
> Task :react-native-navigation:compileReactNative57DebugJavaWithJavac FAILED
Caching disabled for task ':react-native-navigation:compileReactNative57DebugJavaWithJavac' because:
Build cache is disabled
Task ':react-native-navigation:compileReactNative57DebugJavaWithJavac' is not up-to-date because:
Task has failed previously.
All input files are considered out-of-date for incremental task ':react-native-navigation:compileReactNative57DebugJavaWithJavac'.请帮帮我,一个不会工作的巫师反应本地人。询问任何信息。
发布于 2019-10-05 02:11:49
升级并重新安装您的react-native-navigator版本到^3.2并使用RNN v3。RNN v2不能与react-native 060一起使用
https://stackoverflow.com/questions/58237429
复制相似问题