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

后端 未结 13 795
渐次进展
渐次进展 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-09 07:43

    In my case I just changed the build.gradle and I leaved the AndroidManifest like that:

    android:name=".MainApplication"
    

    I am using React Native.

提交回复
热议问题