I've added the below lines in the dependency.
implementation 'com.android.support:design:26.1.0'\
implementation 'com.android.volley:volley:1.1.0'
I recently started working on Android Studio and I want to use the Volley library for my app but I can't add the source as a library in Android Studio.
I've searched the web but couldn't find anything. Everywhere is said to import but it is not showing import option in my Android Studio.