I use mac Sierra How to fix this Error
Subproject Path: CordovaLib
Error: spawn EACCES
You will need to make gradlew
executable which resides in platforms
folder in your ionic project at following path
/Users/*<your ionic project path>*/platforms/android/gradlew
For MAC
sudo chmod 755 /Users/<your ionic project path>/platforms/android/gradlew
where chmod 755 stands for : you allow everyone to read and execute the file, and the file owner is allowed to write to the file as well. If you apply 755 to a directory, it means that everyone can go to it and get its file listing.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With