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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -