Error: Program type already present: android.support.v4.accessibilityservice.AccessibilityServiceInfoCompat

前端 未结 10 2064
暗喜
暗喜 2020-12-10 03:56

After upgrading to Android Studio 3.1, I started to get following error during build. Project uses multidex and DX is enabled by default as you would notice in the error. I

10条回答
  •  生来不讨喜
    2020-12-10 04:16

    In y case I've resolved issue by

    implementation 'com.android.support:appcompat-v7:26.0.0'
    

    to

     implementation 'com.android.support:appcompat-v7:27.1.1'
    

提交回复
热议问题