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

后端 未结 13 718
渐次进展
渐次进展 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 08:05

    i jaust changed in manifest application

    android:name="android.support.multidex.MultiDexApplication"
    

    to android:name="androidx.multidex.MultiDexApplication"

    and it's working fine

    0 讨论(0)
提交回复
热议问题