I use android studio 1.5 and I create a common sdk library, for example paypal / facebook sdk, this plugin includes a third-party library such as a QRcode scanner, okhttp for communication. As soon as I include a gradle file in these plugins inside the user library, it works fine in the same project structure. But when I try to include the sdk user library in another Android application, the aforementioned third-party plugins are not included in the final sdk user library, since can I create a regular sdk library for Android with third-party libraries.
source
share