Android 64k method limit error on 56k methods

前端 未结 5 1358
渐次进展
渐次进展 2021-01-06 23:42

I\'m receiving this error in my android project:

Unable to execute dex: method ID not in [0, 0xffff]: 65536
Conversion to Dalvik format failed: Unable to exe         


        
5条回答
  •  隐瞒了意图╮
    2021-01-07 00:32

    You might want to take a look at the new MultiDex support library.

    http://blog.osom.info/2014/10/multi-dex-to-rescue-from-infamous-65536.html

提交回复
热议问题