【发布时间】:2018-05-11 19:50:59
【问题描述】:
从昨天开始,我的应用程序运行起来并不是因为这个错误。我一直在努力寻找解决方案,但我还没有找到任何已经实现的目标。 尽管我已将 build.gradle 修改为添加两个新库,但不要认为这是失败的原因。
build.gradle:
compile 'com.android.support:appcompat-v7:23.1.0'
compile 'com.android.support:recyclerview-v7:23.1.0'
compile 'com.android.support:cardview-v7:23.1.0'
compile 'com.android.support:design:23.1.0' // http://android-developers.blogspot.com.es/2015/05/android-design-support-library.html
compile 'com.android.support:palette-v7:23.1.0'
错误日志:
java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v7/internal/widget/TintManager;
Caused by: java.lang.ClassNotFoundException: Didn't find class "android.support.v7.internal.widget.TintManager" on path: DexPathList
错误发生在我有 TabLayout 的所有片段中。
如果有任何想法请帮助我,在此先感谢。
【问题讨论】: