Note the line
app:layout_conta.....@id/coinSymbol
and
android:id=...
You are trying to constrain your layout with itself, which is causing the error. Please remove the first line and it should work.
Note the line
app:layout_conta.....@id/coinSymbol
and
android:id=...
You are trying to constrain your layout with itself, which is causing the error. Please remove the first line and it should work.
For further actions, you may consider blocking this person and/or reporting abuse
Jason Smith -
Mark Santiago -
Harold Mudosa -
Nozibul Islam -
Top comments (0)