Ionic build android, Error: spawn EACCES

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

    You have to fix the 'gradle' to be executable by your system account:

    $ sudo chmod 755 /Applications/Android\ Studio.app/Contents/grad le/gradle-/bin/gradle

    I had same trouble but now it's working for me.

提交回复
热议问题