Android Studio Layout编译报错AAPT: error: attribute layout_constraintBottom_toBottomOf
AAPT: error: attribute layout_constraintBottom_toBottomOf解决:添加依赖implementation 'androidx.appcompat:appcompat:1.0.0-alpha1'implementation 'androidx.constraintlayout:constraintlayout:1.1.2'
·
AAPT: error: attribute layout_constraintBottom_toBottomOf
解决:添加依赖

implementation 'androidx.appcompat:appcompat:1.0.0-alpha1'
implementation 'androidx.constraintlayout:constraintlayout:1.1.2'

更多推荐




所有评论(0)