已存在的程序类型:android.support.v4.app.BackStackRecord $ Op在我的应用程序中

时间:2018-06-06 10:21:48

标签: android

这个问题的解决方案是什么? 尝试了许多解决方案但失败了。

  dependencies 
 { 
 implementation fileTree(include: ['*.jar'], dir: 'libs') 
 implementation files('libs/renderscript-v8.jar') 
 implementation files('libs/picasso-2.5.2.jar') 
 implementation 'com.viewpagerindicator:library:2.4.1'
 implementation 'me.relex:circleindicator:1.2.2@aar'
 implementation 'com.android.support:appcompat-v7:27.1.1' 
 implementation 'com.android.support:design:27.1.1' 
 implementation 'com.github.JakeWharton:ViewPagerIndicator:2.4.1@aar'                
 implementation 'com.nostra13.universalimageloader:universal-image- 
 loader:1.9.5'
 implementation 'com.squareup.okhttp:okhttp:2.0.0'
 implementation 'com.google.okhttp:okhttp:20120626' 
 implementation 'it.sephiroth.android.library.targettooltip:target-tooltip- 
 library:1.3.15' 
 implementation 'com.jakewharton.threetenabp:threetenabp:1.0.5'
 implementation 'com.google.android.gms:play-services-maps:15.0.1' 
 testImplementation 'junit:junit:4.12' 
 implementation 'com.facebook.android:facebook-android-sdk:4.33.0'

这是错误。

  

程序类型已存在:android.support.v4.app.BackStackRecord $ Op   消息{kind = ERROR,text =程序类型已存在:android.support.v4.app.BackStackRecord $ Op,sources = [未知源文件],工具名称= Optional.of(D8)}}

1 个答案:

答案 0 :(得分:0)

在您的情况下,可能是由'com.github.JakeWharton:ViewPagerIndicator:2.4.1@aar'

引起的

我也有同样的问题。实际上,该库本身已经很老了,并且GitHub已归档,因此我用https://github.com/vivchar/ViewPagerIndicator替换了它,但是您可以在android-arsenal.com

上找到很多类似的库。