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.

Build automation is the act of scripting or automating tasks like compiling, packaging, running tests, deployment etc.

learn more… | top users | synonyms

0
votes
1answer
141 views

Edit build.xml in android project to include facebook sdk.jar

I'm editing the build.xml file in eclipse for the next release of a android project. In this sprint I added facebook login feature, so I refered facebook sdk as internal library. Now I want to edit ...