IONIC3 - Solve cordova build android issue (Error: spawn EACCES of gradle)

From GUILLARD WIKI
Jump to navigation Jump to search

- Update your gradle rights on your mac :
sudo chmod 755 "/Applications/Android Studio.app/Contents/gradle/gradle-4.4/bin/gradle"

(replace the gradle version 4.4 by yours)