After updating my Android Studio and Java, I get the above error in a simple instruction, for example:
String s = "";
It seems Android Studio cannot find my Java.
I am using Gradle (from within Android Studio) to create my project on Windows 7(64bit) .
I also get this error:
@Override, not applicable to method
in my methods using: @Override
You can check the project on Github , it works on my other computers, but not on my home computer.
Can anybody help me
source share