coder
coder

Reputation: 10520

Android Studio 0.6 "Select modules to import" error

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?

Upvotes: 7

Views: 2017

Answers (2)

coder
coder

Reputation: 10520

The issue resolved it's self when updating to the latest build of Android Studio.

Upvotes: 0

Peninsula
Peninsula

Reputation: 41

I've met a problem like yours and I solved it by commenting line #android.library=true int file project.properties.It works for me and I hope it works for you or anyone else.

Upvotes: 3

Related Questions