Could not find Library.apk!

I found the source of the problem!

It turns out that “with the new library feature, you don’t specify the Android projects you depend on in the Java Build Path section of the Properties. You do it in the Android section of the Properties“.

So all I had to do is go the Application Project’s Properties, hit the Projects tab, select my own library project and click the Remove button. That’s it. No more problem.

In Eclipse Java EE select the project Properties, then select Project References, then check the FacebookSDK (see screen capture) enter image description here

Thanks to Lance Nanek!

Leave a Comment