I'm trying to import Volley into my Android
application. I've done this successfully in the past. This morning, I updated to Android Studio 0.6
, updated my buildToolsVersion
to 19.1.0
, and updated gradle. When I try to import the Volley
module, and navigate to the location of the Volley
folder in my file system, I get the following message "Select modules to import".
I then opened the build.gradle
folder in Volley
, and updated the gradle and build version, but still got the same error. Anyone running into this issue?