ERROR: Unable to resolve dependency for' 问题

谁帮我看看是什么原因

compileClasspath': Failed to transform artifact 'espresso-core.aar (androidx.test.espresso:espresso-core:3.1.1)' to match attributes {artifactType=jar}.
Show Details
Affected Modules: app


ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Failed to transform artifact 'runner.aar (androidx.test:runner:1.1.1)' to match attributes {artifactType=jar}.
Show Details
Affected Modules: app


ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Failed to transform artifact 'monitor.aar (androidx.test:monitor:1.1.1)' to match attributes {artifactType=jar}.
Show Details
Affected Modules: app


ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Failed to transform artifact 'espresso-idling-resource.aar (androidx.test.espresso:espresso-idling-resource:3.1.1)' to match attributes {artifactType=jar}.
Show Details
Affected Modules: app

好像是添加包出错了吧,你试试去到File/Settings/Build,Execution,Deployment/Gradle下,取消勾选Offline work项,看看能不能解决

https://blog.csdn.net/minwenping/article/details/84108088 类似的思路,但是具体解决要你自己去检查