Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android studio 3 beta 4. Refactoring cannot be performed

I have a problem with the latest beta update trying to refactor the view or xml layout name id in xml. The error dialog says

Refactoring cannot be performed File C:\dev\workspace......\R.java is read-only.

Things I've tried:
Gradle clean, Invalidate cache/restart. None helped. I also tested with strings and other resources. The same problem happens there.

The problem appeared in the beta 4 update. In beta 2 refactoring worked fine.

like image 948
Ooba Elda Avatar asked Sep 02 '17 11:09

Ooba Elda


Video Answer


1 Answers

Android Studio Beta 5 has solved this problem.

like image 185
JavierSegoviaCordoba Avatar answered Sep 22 '22 09:09

JavierSegoviaCordoba