Bug? App too big for Debug mode?

Alessandro71

Well-Known Member
Licensed User
Longtime User
My B4i app has grown over time that sometimes a Debug Run (F5) does not start.
Compilation runs fine, B4i Bridge ask for installing, then the IDE waits for connection until a timeout.
Is there any setting which can fix this?

I'm resorting to using compile il Release mode with a non-store provision profile, which install correctly from the bridge.

A debug build shows this size:
Project size: 5.69 MB

A release build show this size:
Project size: 11.25 MB

I'm using the hosted builder.
 

b4x-de

Active Member
Licensed User
Longtime User
Do you get any error message? I experienced some issues with large apps, like this:


And this

 

Alessandro71

Well-Known Member
Licensed User
Longtime User
Do you get any error message? I experienced some issues with large apps, like this:


And this

no errors on my build
 

Alessandro71

Well-Known Member
Licensed User
Longtime User
Have you tried to kill the debug app and run it again by clicking on the app icon?
the debug app does not even start and I don't have the icon installed on the phone.
but the behavior is inconsistent: today, while trying your suggestion, it worked fine at the first try.
i did not reboot the phone nor the PC from yesterday.
i will investigate further
 
Top