Ionic build android, Error: spawn EACCES

后端 未结 15 1026
孤城傲影
孤城傲影 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:27

    For those who gets similar error after updating Android Studio to version 3.x, you can run the following command to fix it:

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

    Hopefully it helps!

提交回复
热议问题