Reputation: 3139
I type this is in the command line
chmod -R 777 ./platforms/android/res/xml/config.xml
but I get as a return that operation is not permitted. Why is this happening? Any ideas it can be fixed?
Thanks,
Theo.
Upvotes: 0
Views: 197
Reputation: 559
Re-install android as a platform, should re-create any folders that had bad permissions
cordova platform remove android
cordova platform add android
Upvotes: 1