Android Studio 3 - Constraint layout editor broken

前端 未结 6 2194
无人共我
无人共我 2021-01-07 18:44

I\'m using Android Studio 3.0 (updated to canary 4 today) on macOS for a side project and recently (not sure really when) the constraint layout editor stopped working proper

6条回答
  •  温柔的废话
    2021-01-07 19:12

    Adding

    implementation 'com.android.support.constraint:constraint-layout:1.1.2'
    

    to the dependencies and reloading project solved my issue

提交回复
热议问题