react-native 日常报错

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react-native 日常报错相关的知识,希望对你有一定的参考价值。

‘:app:processDebugResources‘.java.io.IOException:Couldnotdeletefolder..\android\app\build\generated\source\r\debug\com\facebook\drawee

 

 

https://stackoverflow.com/questions/35158205/react-native-run-android-fail-on-appprocessdebugresources

 

Run this command to clean project:

cd android&&gradlew clean

After, run the following command to run project again:

cd..&&react-nativerun-android

以上是关于react-native 日常报错的主要内容,如果未能解决你的问题,请参考以下文章

react-native 加载动画 loading效果

单击使用 react-native 时如何更改图像和文本颜色?

react-native ios项目中的Firebase身份验证问题

如何在 WebView [React-Native] 中禁用用户文本选择

我运行了 react-native 链接领域,但仍然出现错误

react-native 0.57 run-ios 失败解决办法