I am trying to write a sub with many lines of code but when i complile, b4a gives me this error message if my code lines are more than 2959 in this sub.
when I change the compilation method from Debug to Release it allows more lines of code in one sub but gives me the following similar error message after line 10922.
Compiling generated Java Code. Error
Javac 1,0,0_13
src\b4a\example\main.java:325: error: code too large for try statement
try {
^
1 error
when I change the compilation method from Debug to Release it allows more lines of code in one sub but gives me the following similar error message after line 10922.
Compiling generated Java Code. Error
Javac 1,0.0_13
src\b4a\example\main.java:33155:error: code too large for try statement
catch (Exeption e) {
^
1 error