Warren Edy 12
Warren Edy 12

Reputation: 15

How to import volley in Android Studio Iguana

I am trying to add volley to my gradle dependencies and import it into my MainActivity.class. As implementation 'com.android.volley:volley:1.1.1" is not being recognised and import com.android.volley.Request as well in Android Studio Iguana. Any help would be greatly appreciated.

build.gradle.kts

dependencies {
implementation(libs.android.volley)
}

MainActivity.class

import com.android,volley.Request

Upvotes: 0

Views: 217

Answers (0)

Related Questions