I am getting the following in debug only. In release it works fine:
B4A version: 5.50
Parsing code. (0.31s)
Compiling code. (1.23s)
Compiling layouts code. (0.07s)
Generating R file. (0.08s)
Compiling debugger engine code. (3.76s)
Compiling generated Java code. Error
B4A line: 24
If init = False Then Process_Globals
javac 1.7.0_75
src\KCSoft\ComicSuiteMobile\httputilsservice.java:337: error: cannot find symbol
_process_globals();};
^
symbol: method _process_globals()
location: class httputilsservice
B4A version: 5.50
Parsing code. (0.31s)
Compiling code. (1.23s)
Compiling layouts code. (0.07s)
Generating R file. (0.08s)
Compiling debugger engine code. (3.76s)
Compiling generated Java code. Error
B4A line: 24
If init = False Then Process_Globals
javac 1.7.0_75
src\KCSoft\ComicSuiteMobile\httputilsservice.java:337: error: cannot find symbol
_process_globals();};
^
symbol: method _process_globals()
location: class httputilsservice