tech office
tech office

Reputation: 65

unlock Locked java files Android studio

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

enter image description here

Upvotes: 6

Views: 5329

Answers (1)

Sushrita
Sushrita

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 :

Locked class symbol

you can achieve this by clicking the lock then it will unlock the class

Upvotes: 8

Related Questions