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

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

    Delete ./gradle .idea and build directory
    Clean project
    Uninstall app if already install on device and again install
    

提交回复
热议问题