错误:无法找到:com.google.code.gson:gson:2.3

时间:2015-02-05 14:05:52

标签: android gradle gson

我试图将Gson库添加到我的gradle中,但它没有找到该库。我几乎尝试了所有版本,没有任何作用。

我的依赖关系如下:

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    compile 'com.android.support:appcompat-v7:21.0.3'

    // Volley
    compile 'com.mcxiaoke.volley:library:1.0.6@aar'

    // Gson
    compile 'com.google.code.gson:gson:2.3'

}

有任何解决方案吗?

1 个答案:

答案 0 :(得分:0)

尝试此操作并同步项目并确保互联网已连接。

compile 'com.google.code.gson:gson:2.3.1'