How I solved \cp_settings\cache.properties.lock (Access is denied) in Android Studio
This error give a big problem for me because it will stop you from doing the project even to start it . This problem usually happen when you start to import another project from other resources. Figure 1 is before and Figure 2 is after.Convenient method is to delete the cp_settings\cache.properties.lock file . But the problem as we build the gradle in Android Studio project. The cache.properties.lock file will automatically rebuilt again.
Hence what I did, is to change the .gradle place .
I change the .gradle to my own Workspace which mean in another folder out from User folder in local disk.If you are developing Android Studio project, I recommend to create new partition. This partition is for your development file, example SDK and other plugin . If you put in your local disk, you might have as your local disk become RED/Full .
Next please open Android Studio :
I hope this will give you other solution to solve access denied permission in Android Studio .
\cp_settings\cache.properties.lock (Access is denied) in Android Studio
