我在用
google、mavenCentral和jcenter包含在allprojects中的build.gradle文件中我想在我的项目中使用constraintLayout:1.1.3,但是我得到了这个错误
Unable to resolve dependency for ':app@release/compileClasspath': Could not
resolve com.android.support.constraint:constraint-layout:1.1.3任何帮助都是非常感谢的!
谢谢
发布于 2018-09-25 09:20:35
尝试使用1.1.2或1.1.0版本,此错误是由于版本造成的
发布于 2018-09-25 09:36:00
尝试使用implementation 'com.android.support.constraint:constraint-layout:1.1.3'。另外,尝试预先形成干净的->构建,如果它不起作用,尝试使clean ->无效缓存/重新启动->生成。
https://stackoverflow.com/questions/52494600
复制相似问题