Could not find Facebook SDK.apk

eric.itzhak picture eric.itzhak · Jun 10, 2012 · Viewed 12.7k times · Source

Hey I know this was asked before, but none of the solutions seem to help.

This is NOT a duplicate

I have used the Facebook SDK before on an earlier project, now I started a new one and I get this weird error.

  • I have set a reference to the library
  • I have set the Facebook SDK project as a library
  • I have tried deleting it and re-adding it according to the official documentation, and basically tried everything in this question.

Though I still get this error and can't find out why.

Worth to mention, when I tried to use the facebook class, it gave me an error with an option of "fix project", which I did and still didn't work, might be related?

Answer

kolobok picture kolobok · Mar 9, 2013

This is common error. Just remove FacebookSDK project from Properties->Java Build Path->Projects . This project should be referenced from Properties->Android

For more information, see this answer: Could not find Library.apk!