Didn't find class “android.support.multidex.MultiDexApplication” on path: DexPathList

后端 未结 13 786
渐次进展
渐次进展 2020-12-09 07:17

I\'m trying the new MultiDex Support on my app and so far I\'ve managed to compile my app correctly, but when running it, I get the following exception:



        
13条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-09 07:44

    For me, the answer was to switch to the androidx versions

    android:name="androidx.multidex.MultiDexApplication"

    implementation "androidx.multidex:multidex:2.0.1"

提交回复
热议问题