Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

I have installed m2e eclipse plugin . i created a custom maven project but it does not show up maven dependencies and workspace has error . "dependency=[XXXXXXXXXXXX:shared:apklib:1.0-SNAPSHOT:compile] not found in workspace" . I have followed the following but nothing worked .

m2eclipse not finding maven dependencies, artifacts not found

Wasting a lot of time because eclipse complains about missing classes during compilation .

Thanks !

share|improve this question
I don't think this company provide free SDK/API, if you have purchased and have got its apklib, using mvn install:install-file to manually install the apklib into your local maven repository. – yorkw Feb 21 at 21:07
No that is not the reason . mvn install works but just the depency does not show up in workspace – Preethi Feb 22 at 1:27
Do you have the m2android installed? – Manfred Moser Feb 23 at 19:39
what is m2android ? link ? i have m2e android plugin installed for eclipse – Preethi Feb 25 at 20:12
Sorry.. I meant me2-android. Anyway.. make sure it is the latest version. rgladwell.github.com/m2e-android apklib support is still in development – Manfred Moser Feb 26 at 23:18

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.