Getting Error Message Error: spawn EACCES using IONIC Framework

后端 未结 7 1741
无人共我
无人共我 2020-12-18 21:20

I am trying to learn ionic cross platform tool. i have setup thing required for example application ionic serve is working fine but when i try to run sud

7条回答
  •  有刺的猬
    2020-12-18 22:07

    First try to give execution permission to one file in hooks folder (010_add_platform_class.js), you can use this command:

    chmod +x hooks/after_prepare/010_add_platform_class.js
    

    If it does not work, change the permissions of complete files in sdk folder by:

    chmod +x -R /home/username/Android/Sdk
    

    If you are installed gradle in separate, give permission to that folder also:

    chmod +x -R /home/username/Android/gradle-2.3
    

提交回复
热议问题