I have a cross platform (B4A/B4i) app which compiles fine on B4A, but the B4i compiler stops with the following message:
The referenced line is the "End Sub" of a Sub with no try/catch statements at all.
Looking at the java code, it looks like a try/catch is automatically inserted by the compiler.
Is there a workaround for this?
Rich (BB code):
B4i line: 1179
End Sub
shell\src\com\powercruisecontrol\check\b4i_carmodel_subs_0.java:165: error: code too large for try statement
catch (Exception e) {
^
1 error
The referenced line is the "End Sub" of a Sub with no try/catch statements at all.
Looking at the java code, it looks like a try/catch is automatically inserted by the compiler.
Is there a workaround for this?