Multiple dex files define Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat

前端 未结 26 3572
伪装坚强ぢ
伪装坚强ぢ 2020-11-22 02:29

If I run gradle assembleDebug from the command line, I am suddenly getting this error:

UNEXPECTED TOP-LEVEL EXCEPTION:
com.android.dx.util.DexEx         


        
26条回答
  •  执笔经年
    2020-11-22 02:57

    Finally, I solved it modifiying these attributes on the module gradle file

    1. compileSdkVersion 25
    2. targetSdkVersion 25
    3. compile 'com.android.support:appcompat-v7:+'
    4. compile 'com.android.support:recyclerview-v7:+'

提交回复
热议问题