I have fetched an open source android media player (ExoPlayer) written in Java from its repository and can build it, using gradle. It consists of a library and a demo app. Now I'd like to extend it to use functions from a separate library, which I have as a jar file. How do I tell gradle that I have this jar file which I want it to include in the build? I don't know if it is relevant that the ExoPlayer library is built using the andoid-library plugin.
-- 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.
