Hi,
I made library that contains some custom components and activities. For this purpose I use some android support libraries. But when I referenced my components library in main application project I must also referenced all external libraries (android support libraries, Zxing and etc) which I used in my components library. Otherwise my application will stop running.
Is it normal behaviour or I made some mistake in libraries referencing? Thx