Ionic build android, Error: spawn EACCES

后端 未结 15 992
孤城傲影
孤城傲影 2021-01-31 02:44

If I follow this steps to create a new app:

Rubens-MacBook-Pro:~ rlopez$ npm install -g cordova ionic
Rubens-MacBook-Pro:~ rlopez$ ionic start myApp tabs
Rubens-         


        
15条回答
  •  孤街浪徒
    2021-01-31 03:21

    I was able to fix by running the following command in Terminal

    sudo chmod 755 "/Applications/Android Studio.app/Contents/gradle/gradle-4.1/bin/gradle"
    

    After running that I was able to run this command successfully

    ionic cordova build android --release 
    

提交回复
热议问题