首页 > 代码库 > react-native 日常报错

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 日常报错