up vote down votefavorite <http://stackoverflow.com/questions/37904162/how-to-include-3rd-party-libraries-inside-the-custom-library-module-in-android#>
I'm using android studio 1.5 and i'm creating general sdk library like paypal/facebook sdk, this plugin include 3rd party library like QRcode scanner,okhttp for networking. Once i include in these plugins inside custom library gradle file it's working fine in the same project structure, But when i try to include custom sdk library to other android application the above 3rd party plugins not included in the final custom library sdk so how can i build the custom android sdk library with 3rd party libraries. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/936d4f74-c5ca-49f3-9333-6ac12f247d20%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

