I tryed to create new project and in my R.java there was next code, for example:
public static final class layout {
public static int activity_main=0x7f030000;
instead of
public static final class layout {
public static final int activity_main=0x7f030000;
So I can't build project normally, because it generates public static int without final.
What should I do?
Right Click on project --> Android Tools -->fix project properties
before doing this remove import statement like
import android.R.*..
or try clean project from
project --> clean
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With