Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

cannot resolve R into variable after Android studio update

I have just updated my android studio and now all my resources are errors!

  • I have debugged and debugged but no avail.
  • All my xmls files are okay,
  • all strings start with lower case.
  • I have also restarted the program
like image 488
user2512394 Avatar asked Dec 21 '22 04:12

user2512394


1 Answers

This is a known bug in the newest version of android studio 0.1.6. Google has suggested a temporary workaround until they can track down the problem and fix in next release. turn off external builds in preferences > compiler.

like image 92
Adam Johns Avatar answered Feb 18 '23 04:02

Adam Johns