Cordova android build fails immediately [Error: spawn EACCES]

前端 未结 6 1013
我寻月下人不归
我寻月下人不归 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:09

    Its different for every one, I guess. Running --verbose would give you the file that Cordova needs access to. From there you can chmod 777 . The command you should run to figure out the inaccessible file looks like this: cordova build --release --verbose android

提交回复
热议问题