What is Android MultiDex?

后端 未结 5 2147
后悔当初
后悔当初 2020-11-27 12:26

There are many posts about MultiDex. I have experienced, sometimes, errors solved including multiDexEnabled true in the defaultConfig section of my

5条回答
  •  醉梦人生
    2020-11-27 13:23

    Accroding Android developer official site.

    If your minSdkVersion is set to 21 or higher, multidex is enabled by default and you do not need the multidex support library.
    

提交回复
热议问题