codelab-constraint-layout
codelab-constraint-layout copied to clipboard
Constraint between element and barrier
A constraint from the left side of cameraType to the barrier cannot be attached.
i faced the same problem, paste this in xml for EditText id="@+id/cameraType"
app:layout_constraintStart_toEndOf="@+id/labelBarrier2"
android:layout_marginStart="8dp"
The same problem using constraint:constraint-layout:2.0.4 with Android Studio 2023.1.1 Canary 7. Manually editing XML works.