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.
Apache Maven is a software project management and comprehension tool. This tag is for questions that don't relate to a specific maven version.
0
votes
1answer
61 views
Maven Compilation - Facebook missing symbol
I am trying to use the maven command in the terminal
mvn clean install
but for some reason, today the terminal wants to throw some errors.
These errors all revolve around Facebook as well.
...
4
votes
1answer
202 views
Importing apklib from github with Maven
I am trying to use the Facebook Android SDK within my Maven Android application. For this I used a custom maven repo (https://github.com/avianey/facebook-api-android-maven). I noticed the Android ...
0
votes
1answer
190 views
How to deal with library mismatches in 3rd party android libraries?
I'm writing an android app that uses both ActionBarSherlock and the Facebook Android SDK. Both these libraries provide android-support-v4.jar in their libs folder:
...
4
votes
3answers
1k views
Maven and Android Facebook SDK apklib
So I am in the process of Maven-ing the facebook-android-sdk to include in our CI process.
facebook/pom.xml:
<?xml version="1.0" encoding="UTF-8"?>
<project ...
8
votes
1answer
2k views
packaging android facebook sdk as apklib with maven
I have used maven-android-plugin 3.0.0-alpha-7 to package the facebook android sdk as a apklib. It looks like this:
$ unzip sdk-1.0-SNAPSHOT.apklib
Archive: sdk-1.0-SNAPSHOT.apklib
...