ionic cordova build android doesn't work -


everything working fine when running hybrid mobile app through terminal. reason though getting error.

✖ running command - failed!      [error] cordova encountered error.     may more insight running cordova command above      directly.      [error] error occurred while running cordova build android (exit       code 1):      cp: copyfilesync: not write dest file      (code=eacces):/users/theodosiostziomakas/desktop/     capstone/mobile/platforms/android/res/xml/config.xml      error: eacces: permission denied, open     '/users/theodosiostziomakas/desktop/capstone/     mobile/platforms/android/res/xml/config.xml' 

i removed android folder ie ionic cordova platform remove android , later added it, still have same error. advice? looked in different answers none of them worked me.

thanks,

theo.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -