在build.gradle中添加依赖项后,我无法导入类。
dependencies {
...
compile 'com.mcxiaoke.volley:library:1.0.19'
}
同步它没有错误。有人搜索过这个问题。我发现它可能与项目结构有关 - >项目 - >插件版本。 Imported module in Android Studio can't find imported class但我不确定我应该使用哪个版本。
我的项目版本
Gradle version: 4.1
Android Plugin Version 3.0.1
答案 0 :(得分:2)
mcxiaoke库是depricated now
com.mcxiaoke.volley:library:1.0.19'
尝试用这个
替换你的编译 compile 'com.android.volley:volley:1.0.0'