Android Question error: cannot find symbol

samperizal

Active Member
Licensed User
Longtime User
Greetings.

This error comes out when compiling the application a second time.

How can it be corrected?

Thank you.

Error


B4A Version: 8.50
Parsing code (0.24s)
Building folders structure. (0.12s)
Compiling code (0.39s)
Compiling layouts code. (0.02s)
Compiling debugger engine code. Error
javac 1.8.0_191
shell \ src \ com \ gestorsms \ accservice.java: 45: error: cannot find symbol
main_subs_0.initializeProcessGlobals ();
^
symbol: main_subs_0 variable
location: class accservice
1 error
 
Top