Android Studio 2.2 Constraint Layout Buttons not visible

13,659

Add below-given dependencies in build.gradle(app)

dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')

    compile 'com.android.support.constraint:constraint-layout:1.0.0-beta5'

}

Please do as shown below in your layout enter image description here

Then after refreshing the project, click on the layout and all buttons will remain visible for yourself to work upon constraints.

Share:
13,659
Ankush Kapoor
Author by

Ankush Kapoor

Updated on June 14, 2022

Comments

  • Ankush Kapoor
    Ankush Kapoor about 2 years

    Recently I was going through the tutorials of constraint layout (new in Android Studio 2.2). In the tutorials they had buttons used for constraints layout on the bar but there are no buttons in my Android Studio. See image below:

    enter image description here