android dependency for libraries
Hi.
I have 3 projects :
- "A", android library, using liba.jar
- "B", android library, using library "A"
- "C", main android application, using library "B" (and so, indirectly, "A").
The problem is that the jar used by librairie A have to be declared in librairie B and projet C.
Do I miss something ?
On Eclipse, there no need to do this. Jars used by "A" are automaticlly imported in "C".
Thanks for your help.
Mike
Please sign in to leave a comment.
Hi Mike,
Please check 'exported' box at 'liba' entry listed at module A config - http://www.jetbrains.com/idea/webhelp/dependencies-tab.html
Denis
Thanks Denis.
This works.
I was sure I was missing something.
Mike
You are welcome
Denis