After updating my Android Studio and Java, I get the above error on a simple statement like:
String s = "";
It seems like Android Studio cant find my Java.
I use Gradle (from inside Android Studio) to build my project, on a Windows 7(64bit).
I also get this error:
@Override, not applicable to method
on my methods using: @Override
You can check out the project on Github, it works on my other computers, but not my home computer.
Can anyone please help me