0

i downloaded the facebook android application example from github and imported it using the git plugin in eclipse.The issue arose when i wanted to import the android sdk to use it as a library...and got the "no projects to import" error, please how do i solve this?..thanks.

ewom2468
  • 821
  • 3
  • 14
  • 44

2 Answers2

0

Try by creating a new project from source. File -> New Project -> New Android Project -> Create project from existing source

and then use the directory where you downloaded the facebook sdk.

David Olsson
  • 8,085
  • 3
  • 30
  • 38
  • Ok ty for ur response...i tried that...and its still giving me...a "unable to find androidmanifest.xml" file..and how will i customize this option:"create project from source"...when i just want to include a call to the facebook sdk... – ewom2468 Aug 16 '11 at 14:21
  • Are you sure you have downloaded the complete directory? You might want to download the sdk again. – David Olsson Aug 16 '11 at 14:33
  • This did not work for me, but the answer [here](http://stackoverflow.com/a/9000707/786020) did. – Poik Feb 07 '12 at 03:43
0

it is because u select the root of facebook sdk folder, go futher one level on facebook sdk directory and select facebook folder then you will not get androidmanifest.xml error. I'm h

Zahary
  • 329
  • 8
  • 23