Hello, when I'm going to compile in debug mode I get this message:
Compiling in release mode works fine.
With other projects it works well.
What can I look for?
Thank you
This happens today. Yesterday did not happen.B4A Version: 8.30
Parsing code. (1.01s)
Compiling code. (1.70s)
Compiling layouts code. (0.06s)
Organizing libraries. (0.00s)
Generating R file. (0.10s)
Compiling debugger engine code. Error
B4A line: 1669
End Sub
javac 1.8.0_131
shell\src\conkex\preventa\acimportacion_subs_0.java:6695: error: code too large for try statement
catch (Exception e0) {
^
1 error
Compiling in release mode works fine.
With other projects it works well.
What can I look for?
Thank you