2

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 currently using the instuctions here https://code.google.com/p/maven-android-plugin/wiki/ApkLib to make the package, but I still don't understand them even though I've also looked at the examples.

The process, as far as I can tell, involves making a pom.xml for the Facebook SDK then a parent pom.xml to build it? I'm really not sure and would appreciated a step by step process explaining this (assume I have 0 clue on what to do besides install android maven and the checking out the facebook android sdk locally).

j0k
  • 22,600
  • 28
  • 79
  • 90
adrian
  • 2,326
  • 2
  • 32
  • 48
  • 1
    I have started creating a maven fork although mvn test fails so I am asking another question to fix that. Look here: https://github.com/Bizzby/facebook-android-sdk any insights would be appreciated – Chris.Jenkins Dec 20 '12 at 21:35

1 Answers1

0

Someone's already done it: https://github.com/avianey/facebook-api-android-maven

See this related question: https://stackoverflow.com/a/14707612/473201

Community
  • 1
  • 1
phreakhead
  • 14,721
  • 5
  • 39
  • 40
  • That's an AAR (i.e. a binary distribution of an Android Library project), not an APKLIB (i.e. a source code distribution of an Android Library project). – sschuberth Jan 28 '14 at 15:09