Hi!

I have the project with next setup:

androidApp
    build.gradle
libraryA
    build.gradle
libraryB
    build.gradle
build.gradle
settings.gradle

    rootProject.name = 'coolapp-android'
    include(':androidApp')
    include(': libraryA')
    include(': libraryB')


On importing it to Android Studio I usually end up with libraryB not 
imported as a module. Knowing that Android Studio and Idea 14 I decided to 
try it with latest Idea 14, and found that the issue is the same, only that 
androidApp is not imported now and the libraryB is now imported properly.

It looks like a gradle integration bug. Is this a known bug and some 
workaround exists? I tried to use gradle's idea plugin to generate project, 
without any luck.

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adt-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to