1
After I install some libraries from React-Native-navigation for a project, I executed the command react-native run-android
cmd but it closes my server and returns the error below. How can I resolve this?
* What went wrong:
Execution failed for task ':app:processDebugResources'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
> Unable to delete directory 'C:\UsersRafael\DevPost\android\app\build\generated\not_namespaced_r_class_sources\debug\r\androidx\arch' after 10 attempts
Try deleting the node_modules folder and run npm i
– user126009