Android Question CODE TOO LARGE Error Message

Sanjaya

Member
Licensed User
Longtime User
Hi guys,

Thank you Erel for pointing in the right direction - worked BUT THEN this:

Compiling generated Java code. Error
B4A line: 3659
End Sub
javac 1.7.0_76
src\sanjaya\app\calculation.java:10536: error: code too large for try statement
catch (Exception e) {
^
1 error

What does it mean and any way to fix this?

Sanjaya
 

Sanjaya

Member
Licensed User
Longtime User
Thank you LEMONISDEAD and NJDUDE for the pointers

Going to try breaking up the code

But this message never appeared before moving the Hard Drive onto a new Computer

Hmmm
 
Upvote 0
Top