Getting Error Message Error: spawn EACCES using IONIC Framework

后端 未结 7 1824
无人共我
无人共我 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:02

    While the given solution did take me a step further, adding execute permissions to android sdk was also needed.

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

    see Error: spawn EACCES when trying to build Ionic app in Ubuntu 15.10

提交回复
热议问题