ConstaintLayout中缺少约束

时间:2017-07-21 22:36:59

标签: android android-studio

我希望你能帮助我使用Kotlin在Android Studio Canary中解决这个问题 当我尝试将一个元素拖动到BleuPrint屏幕时,它不会出现问题 此消息显示在下图中的一个消息 enter image description here

请帮助解决这个问题

1 个答案:

答案 0 :(得分:0)

使用android studio 3.0 Alfa时出现了同样的错误

我遇到了同样的问题,并通过降级com.android.support:appcompat一个版本

解决了这个问题

所以请使用implementation 'com.android.support:appcompat-v7:26.0.0-beta1'

而不是implementation 'com.android.support:appcompat-v7:26.0.0-beta1'

并同步项目

相关问题