Cordova android build fails immediately [Error: spawn EACCES]

前端 未结 6 1015
我寻月下人不归
我寻月下人不归 2020-12-10 01:28

I am just getting started with with Cordova ( PhoneGap ) and trying to build my first project with it, however I am running into a problem with my compilation step- when I t

6条回答
  •  执笔经年
    2020-12-10 02:20

    Using verbose like Solidak suggested works.

    cordova build --release --verbose android

    The last command was to access /platforms/android/gradlew so i chmod +x that file and it worked.

提交回复
热议问题