Didn't find class “android.support.v7.internal.widget.TintManager” on path: DexPathList

前端 未结 6 991
心在旅途
心在旅途 2020-12-17 20:53

I have updated support libraries to version 23.0.1 and started getting this error.

Didn\'t find class \"android.support.v7.internal.widget.TintManager\" on p

6条回答
  •  独厮守ぢ
    2020-12-17 21:18

    I had the same issue after upgrading to Android Studio 2.0. I updated my dependencies that weren't current and now it is running fine.

    By cross referencing our gradle files, I believe that you need to update your design support library:

    compile 'com.android.support:design:23.1.1'
    

提交回复
热议问题