actx23a 2019-12-23 06:23 采纳率: 0%
浏览 3092
已结题

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

  • 写回答

2条回答 默认 最新

  • LongLiveMan 2019-12-23 09:01
    关注

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

    评论

报告相同问题?