I have a project A that imports a library. Name it library1. A is built as a library too. Then I have another project B that imports A and uses a type in library1. This was working for me until I updated to api 22. Now eclipse claims that can't find the type in library1.
I have spent quite a few hours trying to fix the problem without luck. Could anyone suggest what is hapenning?
Thanks in advance.