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

前端 未结 8 1529
温柔的废话
温柔的废话 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:42

    i fixed same error updating version

    implementation 'com.android.support:design:27.0.2'
    implementation 'com.android.support:support-v4:27.0.2'
    

    To

    implementation 'com.android.support:design:27.1.1'
    implementation 'com.android.support:support-v4:27.1.1'
    

提交回复
热议问题