code too large 0.0

mcmanu

Active Member
Licensed User
Longtime User
I can not Compile my application, it says the code is too large :-( what can i do?
 

NJDude

Expert
Licensed User
Longtime User
You will have to edit a line in your B4A ini, you can find it here:
B4X:
C:\Documents and Settings\<YOUR USER PROFILE>\Application Data\Anywhere Software\Basic4android

Change the line for MaxRamForDex to somethnig like:
B4X:
MaxRamForDex=512

I'm assuming you have Windows XP and B4A 1.9
 
Upvote 0

omoba

Active Member
Licensed User
Longtime User
Too large.................

This might be late, but I got the same error about project too large.....

Go to Tools in the menu bar
Make sure the Remote Compilation Mode is not checked.

All should be cool after unchecking
 
Upvote 0

omoba

Active Member
Licensed User
Longtime User
I guess info for future programming.

I ran into the same problem last night and I was changing the MaxRamforDev to no avail. Reinstalling to no avail. Reading forum to no avail.
 
Upvote 0
Top