Why are you using the jar instead of declaring a normal dependency on the support library?
On Fri Nov 28 2014 at 8:05:26 AM Vyacheslav Blinov < [email protected]> wrote: > Hi! I have a library, which has libs/android-support-v4.jar inside of its > aar, as one of my dependency, and obviously proguard and dex both will not > let that happen that duplicated class appear in my build. How can I exclude > such bundled library from dependency aar? Standard exclude does not helps > (and if you think about it it shouldn't because that lib is not added as an > explicit transitive dependency with explicit descriptor). > > -- > 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. > -- 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.
