Theo
Theo

Reputation: 3139

Operation not permitted - OS

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

Answers (1)

Grenoblois
Grenoblois

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

Related Questions