Beta [SOLVED] v6.00 - Optimized dex longer

lemonisdead

Well-Known Member
Licensed User
Longtime User
Hello,
On a specific project, I was surprised to see that the Optimized Dex step, which failed usually to use the standard dex, had waited and succeeded.

Compiling generated Java code. (20.50s)
Convert byte code - optimized dex. (331.74s)
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Actually there is no real change here. The message about the optimized dexer was removed in the beta. It was removed as it can be confusing and not very meaningful for the developer. I think that I will return it in the stable version.

Try to increase MaxRamForDex in the INI file.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top