Android studio gets read-only and I can not write code

2

I expose a problem, sometimes when I'm writing code in an Android Studio project, for a strange reason, read-only mode is enabled, and it does not let me write code and I have to restart the IDE.

Does anyone know why it happens and how to solve the disable read-only mode?

that restarting the IDE takes about 5 or 10 minutes, since my PC is low-end

    
asked by Christian Valencia 31.01.2018 в 02:25
source

1 answer

0

Ensures disabling the read-only mode, is in the lower right:

If this is happening to you continuously, remember that the read-only mode is also enabled if the files you open in Android Studio have this property:

You can disable that property in the files or directly from Android Studio, as indicated in the first image.

    
answered by 31.01.2018 в 17:40