Could not resolve all dependencies for configuration ‘:app:debugRuntimeClasspath‘.

Could not resolve all dependencies for configuration ‘:app:debugRuntimeClasspath’.

Could not determine artifacts for androidx.fragment:fragment:1.0.0
在git上导一个开源项目的时候出现了问题
问题如下图:
Could not resolve all dependencies for configuration ‘:app:debugRuntimeClasspath‘._第1张图片弄了很久查了好多办法
最后把 build.gradle(:app)中:dependencies {}块里的
Could not resolve all dependencies for configuration ‘:app:debugRuntimeClasspath‘._第2张图片替换成如下就好了

implementation 'androidx.constraintlayout:constraintlayout:2.0.4'

你可能感兴趣的:(Could not resolve all dependencies for configuration ‘:app:debugRuntimeClasspath‘.)