赞
踩
解决方案在这里
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’
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。