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

前端 未结 6 977
心在旅途
心在旅途 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:02

    I downgraded appcompat-v7 from:

    compile 'com.android.support:appcompat-v7:23.1.1'

    to:

    compile 'com.android.support:appcompat-v7:23.1.0'

    and it worked.

提交回复
热议问题