DexOverflowException: Cannot fit requested classes in the main-dex file

后端 未结 4 1630
春和景丽
春和景丽 2021-01-15 19:23

I have quite big multi module, multi flavor multidex project, but recently I got error when trying to do command line build (assemble{flavor}Release)

Message is:

4条回答
  •  借酒劲吻你
    2021-01-15 19:26

    What actually happening here is you are crossing the dex method count 65536 (which means you can use only 65536 methods in your apk) and you are just 12 methods ahead

提交回复
热议问题