-2

when i want to add this line in build.gradle,throws an error.

Error:(26, 13) 
Failed to resolve: com.android.support:constraint:constraint-layout

please help me to resolve that.

Phantômaxx
  • 36,442
  • 21
  • 78
  • 108

1 Answers1

0

Please use

compile 'com.android.support.constraint:constraint-layout:1.0.2'
nomag
  • 290
  • 1
  • 7