Hello
I have returned to B4A after a gap of about a year, and called up a project which previously worked. Now I can't get it to build. It faisl with this error:
Compiling debugger engine code. (4.48s)
Compiling generated Java code. Error
gen\ubr\stockchecker\R.java:462: error: ';' expected
public static final int foreground _ Copy=0x7f090002;
^
1 error
javac 11.0.1
I tried on a fresh install and got the same issue:
Compiling debugger engine code. (6.66s)
Compiling generated Java code. Error
gen\ubr\stockchecker\R.java:266: error: ';' expected
public static final int foreground _ Copy=0x7f080002;
^
1 error
only showing the first 1 errors, of 2 total; use -Xmaxerrs if you would like to see more
javac 22
Is there something I should have changed?
I have returned to B4A after a gap of about a year, and called up a project which previously worked. Now I can't get it to build. It faisl with this error:
Compiling debugger engine code. (4.48s)
Compiling generated Java code. Error
gen\ubr\stockchecker\R.java:462: error: ';' expected
public static final int foreground _ Copy=0x7f090002;
^
1 error
javac 11.0.1
I tried on a fresh install and got the same issue:
Compiling debugger engine code. (6.66s)
Compiling generated Java code. Error
gen\ubr\stockchecker\R.java:266: error: ';' expected
public static final int foreground _ Copy=0x7f080002;
^
1 error
only showing the first 1 errors, of 2 total; use -Xmaxerrs if you would like to see more
javac 22
Is there something I should have changed?