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.

The android-maven-plugin allows building of Android applications and libraries with Apache Maven and provides many more features related to Android development.

learn more… | top users | synonyms

0
votes
1answer
51 views

facebook-androidk-sdk 3.0.1 as library project in maven android

I'm using maven to manage my dependency, how can i add the facebook-androidk-sdk 3.0.1 as library project in pom. Where i can get the latest code for facebook sdk 3.0.1 I treed to build the apk, ...
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 ...
2
votes
0answers
162 views

Making a Facebook Android SDK APKLIB

So I've seen several partial answers to this problem but no complete solution (or the solutions are over 6+ months old). Hopefully someone can explain the solution to this problem in full. I'm ...
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 ...