Home > Enterprise >  How to turn AndroidManifest editable again
How to turn AndroidManifest editable again

Time:02-16

I just merged my project with a branch. After i finished resolve conflict and checkout the master branch i got my AndroidManifest like this

my pics

How can i edit my AndroidManifest again? please help me

CodePudding user response:

Did you enable read-only mode by any chance?

You can disable it by clicking on the lock on the bottom right.

CodePudding user response:

I have solved my issue, it was because an update data in folder .idea (cache data) has been removed (i did this in order to avoid conflict between branches). It causes my Manifest unrecognized. What i did is, i try cleaning project then rebuild. After that i did invalidate Caches/restart. Now, everything back normal again. Thanks for your attention guys.

CodePudding user response:

Just click on the text bar like the image bellow

  • Related