Failed to resolve: com.android.support.design:25.4.0

后端 未结 11 1362
误落风尘
误落风尘 2020-12-01 07:30

I added the following line to my build.gradle(Module:app):

compile \'com.android.support:design:25.4.0\' 

But when executing Gradle I\'m ge

11条回答
  •  失恋的感觉
    2020-12-01 07:42

    This problem occurs when there is andoridtestImplementation is added in app.build.

    Remove testImplementation,androidTestImplementation from the app.build, that solves this issue.

提交回复
热议问题