程序类型已经存在:androidx.recyclerview.widget.AdapterHelper $ Callback

时间:2019-10-20 14:10:36

标签: java android android-studio androidx r8

我在android studio中出现R8错误,并出现相同错误:

Program type already present: androidx.recyclerview.widget.AdapterHelper$Callback

这是我的gradle依赖项:

dependencies {
implementation 'androidx.core:core:1.2.0-beta01'
implementation 'androidx.palette:palette:1.0.0'
implementation 'androidx.exifinterface:exifinterface:1.1.0-rc01'

compileOnly 'org.checkerframework:checker-qual:2.5.2'
compileOnly 'org.checkerframework:checker-compat-qual:2.5.0'
implementation 'com.google.firebase:firebase-messaging:20.0.0'
implementation 'com.google.firebase:firebase-config:19.0.0'
implementation 'com.google.android.gms:play-services-maps:17.0.0'
implementation 'com.google.android.gms:play-services-auth:17.0.0'
implementation 'com.google.android.gms:play-services-vision:16.2.0'
implementation 'com.google.android.gms:play-services-wallet:17.0.0'
implementation 'com.google.android.gms:play-services-wearable:17.0.0'
implementation 'com.google.android.gms:play-services-location:17.0.0'
implementation 'net.hockeyapp.android:HockeySDK:5.2.0'
implementation 'com.googlecode.mp4parser:isoparser:1.0.6'
implementation 'com.stripe:stripe-android:2.0.2'
implementation 'com.google.android.material:material:+'
implementation files('libs/android-viewbadger.jar')
implementation 'com.android.support:multidex:+'}

我必须添加:

implementation 'com.google.android.material:material:+'

或:

implementation 'com.android.support:design:+'

使用TabLayout

但是当我添加该实现时,就会收到该错误。

1 个答案:

答案 0 :(得分:0)

排除软件包:

$images =$block['images']; //not work
$images = $block['blocks.images']; // not work