I am starting my migration from Eclipse to Android Studio, and start playing with new projects on Studio.
My test project was working fine till I got some errors mes
Ok, I also have the same problem, and this is what worked for me. I first unticked external build from compiler settings. Then when I compiled i get two errors related to R.java, duplicate class. Then i delete the build folder manually from finder. Then rebuild it from android studio, but still same error. Then I again go back to compiler preference and tick the external build setting, and it worked fine after that. Looks like some bug.