Question

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 the build.xml in order to include it. How can I do this?

I searched for previous questions here but couldn't find the exact answer I'm looking for. Can somebody explain this how to do this? Tnx in advance.


do I need to edit and add something to ant.properties file ? Any suggestions? Something like "add jar.libs.dir=your_path_here/lib in ant.properties for SDK >=8"...This also did no change BTW

Was it helpful?

Solution

Now I want to edit the build.xml in order to include it. How can I do this?

Please put your JAR in the libs/ directory of your project. Ant will pick it up from there. No changes to build.xml are needed.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top