Can not rename resource files (layout) (Android Studio 3.0 Beta 3 is installed)

1

Beta 3 does not allow you to rename resource files, such as layout files. It shows the rename dialog box, but when you try to apply changes, it reads the following error message:

  

Refactoring can not be performed File ... / myapplication / R.java is   read-only

Any ideas how to fix this?

    
asked by anonymous 26.08.2017 / 14:26

2 answers

0

This type of error I can usually solve by clearing the project. Go to the Build > Clean Project. Expect to finish, then try renaming again.

    
29.08.2017 / 13:52
-2

It's already reported here link Corresponding SO post: link

    
29.08.2017 / 18:20