Execution failed for task ':react-native-quick-base64:buildCMakeDebug[arm64-v8a]'.
com.android.ide.common.process.ProcessException: ninja: Entering directory `C:\Users\user\Documents\PROJECTS\REACT_NATIVE\rn-project-main\node_modules\react-native-quick-base64\android.cxx\Debug\545q7q39\arm64-v8a' ninja: build stopped: .
C++ build system [build] failed while executing: @echo off
ninja: error: mkdir(CMakeFiles/quickbase64.dir/C_/Users/user/Documents/PROJECTS/REACT_NATIVE): No such file or directory
i am getting this error while executing in my windows 10 , if i remove the react-native-quick-base64 package then project is running fine
Me too
move the project from one directory to other such that it should be closer to you windows like C:\Users\user\place_your_project.... it worked for me.
Thanks a lot, @learncourse555 !!! This worked for me too