Android Library AAR depending on another library
问题 Hi I have a Android Library Project which produces an AAR. All is good but when I use the AAR in another project I get this error: java.lang.NoClassDefFoundError: com.squareup.picasso.Picasso The AAR makes use of picasso, is it possible to export the dependencies of the AAR as well when generating one? 回答1: How can one go about setting up a local maven repo. WARNING: the following recipe works, but probably could use improvement, as I am far from a Maven expert. I hammered out this approach