Android Question Process_global error debug only

Mwinsor

Member
Licensed User
Longtime User
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
 

Mwinsor

Member
Licensed User
Longtime User
I am not calling it. Perhaps my library is corrupted.

Again, this error only occurs when compiling in debug mode. In release, it is fine.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…