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

ant debug ok, but ant release failed #17

Open tlrk opened 8 years ago

tlrk commented 8 years ago

I found ant debug runs well , but when i use 'ant release', build fail, the error msg is

"Multiple dex files define ...."

i want to know the reason and how to solve it, thank you!

zgcypjhf commented 8 years ago

I meet the same question, Are you fixed it ?