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

From GUILLARD WIKI
Revision as of 11:35, 18 April 2018 by Guillard (talk | contribs) (Created page with "- Update the right on your mac of your gradle : <code> sudo chmod 755 "/Applications/Android Studio.app/Contents/gradle/gradle-4.4/bin/gradle" </code> <br/> (replace the gradl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

- Update the right on your mac of your gradle : sudo chmod 755 "/Applications/Android Studio.app/Contents/gradle/gradle-4.4/bin/gradle"
(replace the gradle version 4.4 by yours)