since the latest update i've tried to run one of my projects and get this error:
--------------------------------------------------------------------
B4A version: 5.80
Parsing code. (0.13s)
Compiling code. (1.01s)
Compiling layouts code. (0.32s)
Generating R file. (0.38s)
Compiling debugger engine code. Error
B4A line: 2564
End Sub
javac 1.7.0_51
shell\src\us\videoservice\c4s\connect_subs_0.java:5666: error: code too large for try statement
catch (Exception e) {
^
1 error
-----------------------------------------------------------------------------
WHY? this just worked fine in the earlier version of b4a. how can i fix the?
thanks.
Paul Allen