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.



I installed both the Android and Facebook SDKs. I did all the steps in http://developers.facebook.com/docs/mobile/android/build/#sdk till Step 6.3.

In step 6.4, when I try to run the project in Emulator (Using Android 4.0.3), I get "Android library projects cannot be launched" and the project doesn't proceed further. Even the logcat doesn't have any content.
Can someone please tell me what may be the problem?

Thanks
Souvik

share|improve this question
GO through my answer below – Sharanabasu Angadi Oct 11 '12 at 9:55

3 Answers

Library projects cant be launched. you can use that in your project and run your project adding it as library.

share|improve this answer
thaks Seshu , but we need to make project first as library project , we can set from project property..android at down side check it with library...hope this help more – Shubh Feb 23 '12 at 15:38
Thanks, I realise I didnt read the Facebook tutorial properly! – Souvik Basu Feb 26 '12 at 9:45
@SouvikBasu I am facing same problem. how did you solve it ? – John Watson Jun 25 '12 at 14:56
@John Watson, Its ok if you can't launch this FB library. You will not be able to do it as library projects cannot be launched. But if you create your own project which uses thislibrary then you shd be able to launch your project :) – Souvik Basu Jun 26 '12 at 6:07

Folow these steps

 1. In the Package Explorer, right-click the library project and select
    Properties.
 2. In the Properties window, select the "Android" properties group at left and 
     locate the Library properties at right.
 3. Select the "is Library" checkbox and click Apply.
 4. Click OK to close the Properties window.
share|improve this answer

It would be much better to have the Facebook sdk as a Library so you can simply #import the sdk file into eclipse. Simple. I spent a day trying to get the sample source into a project to test the post on wall. I get the app to run but no breakpoints get called in my project, I had to create the build.xml and not sure if that is the cause. It would be better if the whole test project files were included instead of only the resources and jar files. That way you could just import everything and it should work within 5 mins.

share|improve this answer

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.