java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/core/view/ViewCompat;

解决方案在这里

FlexboxLayout 1.1.0,该库预计将与AndroidX一起使用。

如果要使用而1.1.0 and above 不是迁移到AndroidX

用于AndroidX此

dependencies {
implementation ‘com.google.android:flexbox:1.1.0’
}
对于 com.android.support:appcompat

dependencies {
implementation ‘com.google.android:flexbox:1.0.0’
}

你可能感兴趣的:(android,android异常,flexboxlayout,android)