android studio gives me an error : (access denied)
问题 I deleted my app on phone and then I run android studio but it gives me an error like this : C:\reactnative\ProjectName\android\app\build\intermediates\signing_config\debug\out\signing-config.json (Access Denied) I didnt get this error before. 回答1: Just delete the file signing_config.json Run react-native run-android or run app from android studio again 回答2: delete build folder which is placed in C:\reactnative\ProjectName\android\app\ and then run your project react-native run-android 回答3: