MultiDexApplication class in secondary dex file not found when using AndroidX

后端 未结 2 440
栀梦
栀梦 2021-01-02 21:06

I\'m using \'androidx.multidex:multidex:2.0.0\' and I\'m pointing to the MultiDexApplication class from the manifest using:



        
2条回答
  •  旧巷少年郎
    2021-01-02 21:37

    Use the multiDexKeepFile option to require that MultiDexApplication ends up in the main dex file.

提交回复
热议问题