[React-native] Summary of Android error reporting issues

This article records the problems I encountered in the process of learning and developing React-native on the Android side, and the solutions at that time.


1、Execution failed for task ‘:app:processDebugResources’.

An error occurred in the React-native run-android run project command:

Execution failed for task ‘:app:processDebugResources’.
java.io.IOException: Could not delete path 'xxx……

solution:

Delete all the files under android/app/build/ in the following directory of the React-native project, and execute the run command again.


Keep updating……

Guess you like

Origin blog.csdn.net/weixin_40849588/article/details/94209353