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
I just had the same problem and found a way to solve it (You can do this with Android Studio open):
build
.build
folder among with libs
and src
folders and a file named build.gradle
.build
folder to build2
or something else.Build->Rebuild Project
.build2
folder that you renamed is located.build
that was created.build2
folder to build
again.Done.