gpt4 book ai didi

android - 我无法在我的 Android 项目 Android Studio 3.1.3 中使用 volley 库

转载 作者:行者123 更新时间:2023-11-29 00:58:36 24 4
gpt4 key购买 nike

下午好,我在我的 android 项目中遇到了一个新问题,我不知道为什么但我无法在我的项目中实现 volley 库,我正在使用 Android Studio 3.1.3 API 26我需要帮助。

enter image description here

最佳答案

将您的 gradle 更新为 v 3.2.0:

classpath 'com.android.tools.build:gradle:3.2.0'

并确保您已添加:

repositories {
google() // should be always the first one
jcenter { url "http://jcenter.bintray.com/" }
maven {
url "https://jitpack.io"
}
}

在您的根 build.gradle 存储库中,它位于您的项目 root -> build.gradle 中。

为了更好的理解:

enter image description here

关于android - 我无法在我的 Android 项目 Android Studio 3.1.3 中使用 volley 库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52694103/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com