Unable to execute dex: method ID not in [0, 0xffff]: 65536

前端 未结 12 2198
独厮守ぢ
独厮守ぢ 2020-11-21 18:48

I have seen various versions of the dex erros before, but this one is new. clean/restart etc won\'t help. Library projects seems intact and dependency seems to be linked cor

12条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-21 19:23

    Your project is too large. You have too many methods. There can only be 65536 methods per application. see here https://code.google.com/p/android/issues/detail?id=7147#c6

提交回复
热议问题