📜  为什么要启用 multidex android - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:31.689000             🧑  作者: Mango

代码示例1
Android applications by default have SingleDex support which limits your application to have only 65536 methods(references). So multidexEnabled = true simply means that now you can write more than 65536 methods(references) in your application.