i'm trying to use jumbo mode for android dx on mac osx in a large project (with Eclipse+ADT) using the flag "dex.force.jumbo=true" inside project.properties file. It works on Windows but not on various macs where I tried. Here's the error:
[2014-05-07 16:04:41 - Dex Loader] Unable to execute dex: method ID not in [0, 0xffff]: 65536
[2014-05-07 16:04:41 - ****MyApp*****] Conversion to Dalvik format failed: Unable to execute dex: method ID not in [0, 0xffff]: 65536
Has anyone had the same problem on mac?