Android Library dependent on another lib provided by the Android App

184 Views Asked by At

I am building an Android Library which rely on a third party library. This library will be provided by the main Android application.

How can I develop my library which is dependent on the third party library without including it in the compiled version of my library?

In other words, I would like to link my library against the 3rd party lib but I do not want to include it in my jar.

enter image description here

0

There are 0 best solutions below