Published
- 1 min read
react native : Error: spawn ./gradlew EACCES
The solution for this is noted below
react native : Error: spawn ./gradlew EACCES
Solution
# Run command
` chmod 755 android/gradlew `
# resurce : https://www.computerhope.com/unix/uchmod.htm
Try other methods by searching on the site. That is if this doesn’t work