Android Question [SOLVED] Another : Optimized dexer failed.

lemonisdead

Well-Known Member
Licensed User
Longtime User
Hello,

I have upgraded to jdk 1.8.0_45 and now, each time I compile, dexer takes long minutes. Then b4a asks me if I want to cancel the process.
Pressing Yes and "Optimized dexer failed. Switching to Standard dexer." is printed. Then it compiles.

Please :
  • Is there something I can do to make the optimized dexer work again ?
  • Is this error really related to the new jdk ?

Many thanks

b4along.png


b4aafter.png


Edit : forgot to say that I have searched the forum and found a lot about but would like to fix it even if, it is normal not to have it working from time to time :)
 

NJDude

Expert
Licensed User
Longtime User
I have the latest Java SDK (update 45) and no issues whatsoever, according to the screenshot, the slowness happens while installing to the device, that has nothing to do with the JDK but the connection between the PC and the device.
 
Upvote 0

lemonisdead

Well-Known Member
Licensed User
Longtime User
Hello NJDude,

Thanks for your reply. Are you sure about the fact that it happens while installing ? Me, I do see the process blocking while "Convert byte code - optimized dex" ?
Well, I will try to reinstall all the package. Thanks again
 
Upvote 0
Top