标签: android android-studio android-gradle
每个gradle sync都会出现此错误。
答案 0 :(得分:0)
请按照下面提到的路径:
右键单击您的应用程序/项目 - >打开模块设置 - >转到“依赖关系”标签 - >你会发现“junit:junit:4.12” - >选择它并右键单击并选择删除选项 - >确定
现在再次尝试构建您的应用程序。