在ConstaintLayout中缺少约束

我希望你能帮我解决这个问题,在Android Studio Canary中使用Kotlin的时候,我试着把一个元素拖到BleuPrint屏幕上它不会显示,这个消息显示出下面的图片 enter image description here

请帮忙解决这个问题

我在使用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'

并同步项目