Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

HI,

I am trying to download facebook sdk for android as mentioned in http://developers.facebook.com/docs/guides/mobile/

I installed git on windows machine. Then on git bash, i executed git init and then git clone git://github.com/facebook/facebook-android-sdk.git

But i get an error: Cloning into facebook-android-sdk... fatal: Unable to look up github.com (port 9418) (No such host is known. )

Any idea how to download the facebook skd? Am i missing any step?

Rgds, Sapan

share|improve this question

1 Answer

You can download complete archive with sdk.

share|improve this answer
cool...i downloaded the zip file.. to use it in my application do i need just the apk or other files also? – Sapan Apr 21 '11 at 11:43
You may also use example of application from that archive and samples (developers.facebook.com/docs/samples) from facebook.developers site – Anton Derevyanko Apr 21 '11 at 11:47
2  
You don't need the apk file. You should "Select File -> New -> Project (in Eclipse), choose Android Project, and then click Next. Select "Create project from existing source". Choose either examples/simple or examples/stream. You should see the project properties populated." developers.facebook.com/docs/guides/mobile#android – Anton Derevyanko Apr 21 '11 at 11:52

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.