Erfan
05/01/2018, 12:14 PMvolley
to my project in Android Studio 3.1.2?
I try with implementation 'com.android.volley:volley:1.1.0'
but it fails with the following errors:
Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.android.volley:volley:1.1.0.
Open File
Show Details
Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.android.volley:volley:1.1.0.
Open File
Show Details
Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not resolve com.android.volley:volley:1.1.0.
Open File
Show Details
Unable to resolve dependency for ':app@release/compileClasspath': Could not resolve com.android.volley:volley:1.1.0.
Open File
Show Details
Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not resolve com.android.volley:volley:1.1.0.
Open File
Show Details
Pandu
05/01/2018, 12:36 PMErfan
05/01/2018, 12:52 PMdave08
05/01/2018, 12:53 PMErfan
05/01/2018, 12:55 PMErfan
05/01/2018, 12:56 PMimplementation
instead of compile
the issue started to happendave08
05/01/2018, 12:56 PMErfan
05/01/2018, 1:04 PMErfan
05/01/2018, 1:04 PMgildor
05/02/2018, 1:31 AMrkeazor
05/02/2018, 7:00 PM