failed linking file resources

androidのプログラミングしていて “failed linking file resources. “というエラーが出た。

エラー前の変更箇所を思い出して、layoutリソースのactivityのConstraintLayoutのなかで

app:layout_constraintRight_toLeftOf="@+id/choice"

としなければいけないところを、

app:layout_constraintRight_toLeftOf="choice"

としていた。そういえば、デザイナーのプレビューで正常に表示されていなかったことを後から思い出した。