Difference between revisions of "IONIC3 - Solve cordova build android issue (Error: spawn EACCES of gradle)"

From GUILLARD WIKI
Jump to navigation Jump to search
(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...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
- Update the right on your mac of your gradle :
- Update your gradle rights on your mac :
<code> sudo chmod 755 "/Applications/Android Studio.app/Contents/gradle/gradle-4.4/bin/gradle" </code>
<br/><code> sudo chmod 755 "/Applications/Android Studio.app/Contents/gradle/gradle-4.4/bin/gradle" </code>
<br/> (replace the gradle version 4.4 by yours)
<br/><br/> (replace the gradle version 4.4 by yours)

Latest revision as of 11:36, 18 April 2018

- 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)