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

后端 未结 13 754
渐次进展
渐次进展 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:45

    I recently had this issue. Despite no change to my configuration this error started occurring. I tried all of the suggested solutions including deleting the virtual device and creating a fresh one.

    However, I did notice that if I built an APK and dragged it into the emulator to install, it worked fine.

    In the end cleaning the project and re-running and then it worked.

提交回复
热议问题