Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android studio refactoring fail (read-only)

I cannot refactor (rename) anything in my layouts, I already tried rebuilding and cleaning the project and many solutions i found, but none worked. I can do it directly in file system, or manually in Studio (so I also have to find and change every line where it is used but it is slow and dangerous process) AS 3.0 beta 3, Debian 9 https://i.stack.imgur.com/v3Fq2.png

like image 672
fkvestak Avatar asked Aug 29 '17 11:08

fkvestak


1 Answers

enter image description herethis can be solved go to: on the righ corner find gradle ---> :app ---> other ---> clean after successful cleaning dont rebuild the project yet after cleaning do a refactor rename start your app again.

like image 86
Ridha Rezzag Avatar answered Sep 22 '22 08:09

Ridha Rezzag