【发布时间】:2017-01-14 05:55:53
【问题描述】:
目前使用 Android studio v.2.0 第一次打开应用程序时。显示错误
(23,17) Failed to resolve junit:junit: 4.12
我已经安装了Android Support Repository, support repository
图中我的 Gradle 代码。Android Studio V.2.0
【问题讨论】:
-
只需删除这一行:testCompile 'junit:junit:4.12'
标签: java android android-studio junit