mmin18 / Dex65536

Solve the issue with dalvik compiler limitation on 65536 methods (Unable to execute dex: method ID not in [0, 0xffff]: 65536)
MIT License
351 stars 121 forks source link

Build Failed caused by 65k+ and 65k+ methods(more than 2* 65k methods) #14

Closed rambabupudari closed 9 years ago

rambabupudari commented 9 years ago

Hi,

I have project which contains more than 65k and 65k, means its contain total more than 2_65k methods. previously when my project exceeds 65k methods that time its working fine but right now i have 2_65k methods. how to split in to one more dex file.

Please help me.