ClassNotFoundException “android.support.v4.graphics.drawable.DrawableWrapper”

前端 未结 8 1512
温柔的废话
温柔的废话 2020-12-20 19:10

What can cause this error for class DrawableWrapper from the support lib?

Caused by: java.lang.ClassNotFoundException: Didn\'t find class 
\"and         


        
8条回答
  •  庸人自扰
    2020-12-20 19:38

    Make sure all of your "com.android.support:*" dependencies are at the same version.

    Looks like one of the support libraries uses something that is missing in the other one.

提交回复
热议问题