cordova build Command failed with exit code EACCES

后端 未结 9 1704
半阙折子戏
半阙折子戏 2020-12-13 23:40

Cordova build failed with error code : EACCESS

$ cordova build android
Running command: /home/user/proj1/platforms/android/cordova/build 
execvp(): Permissi         


        
9条回答
  •  借酒劲吻你
    2020-12-14 00:25

    My problem was solved by removing the map /platforms/android. After that I added the platform again.

    cordova platform add android

    For me it worked out, but I think there are multiple reasons this error is shown..

    ! Backup your icons !

    Remember to backup your icons in /platforms/android/res/ Or copy the whole map as backup to be sure you don't lose your work...

提交回复
热议问题