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

posted @ 2017-07-17 23:09  caicai2480  阅读(108)  评论(0编辑  收藏  举报