What can cause this error for class DrawableWrapper from the support lib?
DrawableWrapper
Caused by: java.lang.ClassNotFoundException: Didn\'t find class \"and
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'