Android Question v3b2 compile error

Ian Garton

Member
Licensed User
Longtime User
Receiving the following error compiling one of my projects where previously it compiled fine.
I don't have a variable called mostCurrent in my project.

B4X:
Parsing code.                          0.16
Compiling code.                        1.25
Compiling layouts code.                0.01
Generating R file.                      1.19
Compiling generated Java code.          Error
B4A line: 151
End Sub
javac 1.6.0_33
src\xxxx\xxxx\mobile\controller\canceltask.java:644: ';' expected
public static String  mostCurrent._globals() throws Exception{
                                ^
1 error

Even when I comment out the 'offending' sub, the same exception is thrown however for a different sub.
 
Top