0

Today, I downloaded the Facebook SDK for Android and imported to the eclipse. When I tried the FB Sample app, it informed a error :

Project 'FB Sample App' is missing required Java project: 'Facebook SDK for Android - 5fec77c'

I don't know to fix it. Who can help me? Thanks a lot!

Perry
  • 116
  • 1
  • 1
  • 7

1 Answers1

0

You can just also import the library project Facebook SDK and mark it as library by going to properties of the imported project.

Then go to your example project and go to properties and add that library project.

Also Look to this Question "For more details you can search "Android how to add project as library project" and you will find many step-by-step blog/tutorial"

Community
  • 1
  • 1
MKJParekh
  • 34,073
  • 11
  • 87
  • 98