Multiple dex files define Landroid/support/design/widget/CoordinatorLayout$LayoutParams

后端 未结 3 986
失恋的感觉
失恋的感觉 2020-12-29 07:04

I\'m getting Multiple dex files define error in my project.

I\'m using these two tags in build.gradle as well

dexOptions {
    preDe         


        
3条回答
  •  半阙折子戏
    2020-12-29 07:20

    Updating the gradle plugin (com.android.tools.build:gradle) from 3.2.0 to 3.3.2 solved the issue for me.

提交回复
热议问题