How to enable multidexing with the new Android Multidex support library

后端 未结 14 2425
逝去的感伤
逝去的感伤 2020-11-21 12:57

I want to use the new Multidex support library to break the method limit for one of my apps.

With Android Lollipop Google introduced a multidex support library that

14条回答
  •  梦谈多话
    2020-11-21 13:49

    build.gradle

    multiDexEnabled true
    implementation 'androidx.multidex:multidex:2.0.1'
    

    AndroidManifest.xml

提交回复
热议问题