我在构建项目时遇到问题。 我收到此错误:
感谢您的帮助:D
0秒内配置成功 错误:无法解析':uhabits-android @ debugAndroidTest / compileClasspath'的依赖关系:无法解析com.squareup:javawriter:2.1.1。 显示详细资料 受影响的模块:uhabits-android
错误:无法解析':uhabits-android @ debugAndroidTest / compileClasspath'的依赖关系:无法解析com.squareup:javawriter:2.5.1。 显示详细资料 受影响的模块:uhabits-android
错误:无法解析':uhabits-android @ debugAndroidTest / compileClasspath'的依赖关系:无法解析com.squareup:javawriter:2.1.1。 显示详细资料 受影响的模块:uhabits-android
答案 0 :(得分:0)
在应用程序模块build.gradle中添加以下依赖项
dependencies {
compile 'com.squareup:javawriter:2.5.1'
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.2'}
并使用
repositories {
mavenCentral()
}