views:

85

answers:

0

I have a static library project and an application project. I thought it should be easy to link my own library, but it was not. I cannot figure out how to link my lib into my app project.

I built lib.a successfully. I added the .a file into my app project's framework folder. But I cannot access classes inside there. And the header files are missing.

What do I have to do for this?