I've got a project that uses the experimental gradle plugin, i.e. 0.2.0. 
When I've got no productFlavor, I can perfectly integrate a library module 
in Android Studio and everything works perfectly. But when the library has a
 productFlavor, I main project doesn't find the library classes.

This fix 
<http://stackoverflow.com/questions/24860659/multi-flavor-app-based-on-multi-flavor-library-in-android-gradle>
 does 
not appear to work with the experimental gradle plugin. Does anyone have 
any idea how make flavors work with the new plugin?

Library:

android.productFlavor {
    create ('flavor') {
        ...
    }}

Project:

...

dependencies {
    compile project(':mylibrary')}

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to