I\'m getting really confused and frustrated because I just can\'t understand how to import my android library project as dependency for my application project.
I tri
I had the same problem when using version 0.3.6. Finally I decided to go back to 0.3.2. and now it works. I suppose AS restricts the ability to connect so to say inhomogeneous projects. I have an (Android/Gradle) project0 an a (Java/Maven) project1. When trying to import project1 as a module of project0 I failed, because the only "option" I had was to create a new module. When I tried to import the same module (project1: Java/Maven) for a Java/Gradle project, there was no problem at all.
Maybe the reason is the Android/Gradle or even just Android nature of a project, but I can't for sure verify my assumption right now.