Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 509
coder Avatar asked Jun 09 '14 14:06

coder


1 Answers

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.

like image 142
Peninsula Avatar answered Sep 27 '22 18:09

Peninsula