skip to Main Content

I have a project in android studio that I made.
the project worked fine but now when I try to edit any files in the project folder I get
file is read-only enter image description here

any idea how to solve this issue?

2

Answers


  1. Try this

    1. Close Android Studio.
    2. Save .idea folder for future restore (if something happend)
    3. Remove .idea folder
    4. Start Android Studio and open project.
    Login or Signup to reply.
  2. You can’t directly edit file inside android folder.
    Follow these steps

    1. Right click on android open
    2. click on open in android studio
    3. only android code base is open in different window of Android studio
    4. then you can edit and then it will auto reflect code in your flutter project
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search