This is the code I use to import.
import com.android.volley.Response;
import com.android.volley.toolbox.StringRequest;
And here below is a print of my screen showing that I have already installed the volley package correctly.
Update1:
Iupdatedthebuild.grad(Module:app)withthecodebelowassuggestedbuttheerrorpersists!
dependencies{compilefileTree(dir:'libs',include:['*.jar'])compile'com.android.support:appcompat-v7:21.0.3'compile'com.android.volley:volley:1.0.0'//estenãoestáDEPRECATED}
Error: Execution failed for task ': android-volley-master: processDebugAndroidTestResources'.
java.io.FileNotFoundException: D: \ Smoacademy \ android-volley-master \ build \ intermediates \ symbols \ androidTest \ debug \ R.txt (The system can not find the file specified)
No resolution yet.
Update 3:
Problem solved after going into build and clicking clean project.