Reputation: 65
Can some tell me why i am not able to edit some java files in android studio(2.2.2) and why i am seeing a lock at the java files. How to make it editable.enter image description here
Upvotes: 6
Views: 5329
Reputation: 725
If it is a part of any library i think you should not unlock it. But it is a class created by you then you can unlock it .
At right corner below of your logcat you can see a lock like this :
you can achieve this by clicking the lock then it will unlock the class
Upvotes: 8