saulmm / From-design-to-Android-part1

First part of 'from design to android' series
http://saulmm.github.io/from-design-to-android-part1
Apache License 2.0
627 stars 131 forks source link

gradle error #1

Closed cdfx2016 closed 7 years ago

cdfx2016 commented 7 years ago

When I downloaded from this site, the following error occurred when compiling the project。

Error:A problem occurred configuring project ':app'.

Could not resolve all dependencies for configuration ':app:_debugApkCopy'. Could not find com.android.support.constraint:constraint-layout:1.0.2. Searched in the following locations: https://jcenter.bintray.com/com/android/support/constraint/constraint-layout/1.0.2/constraint-layout-1.0.2.pom https://jcenter.bintray.com/com/android/support/constraint/constraint-layout/1.0.2/constraint-layout-1.0.2.jar Required by: project :app

saulmm commented 7 years ago

Did you check that you have the latest version of the ConstraintLayout in the SDK manager?

screen shot 2017-03-20 at 14 18 53
cdfx2016 commented 7 years ago

Thank you for your solution.