I am developing an Android application for multi-account instant messaging and i need to use a XMPP library to do the job; i am currently developing with Eclipse under Windows 7 OS;
I have carefully read some threads regarding XMPP libraries on Android such as:
- Asmack alternative
- Android and XMPP: Currently available solutions
- Android asmack Chat client for XMPP server
I decided to use the aSmack library patched and developed by Flowdalic present at https://github.com/Flowdalic/asmack because seems to me the best solution.
My problem is that I cannot build the library on my environment, for eclipse under Windows. I don't know how to succesfully build the library to include in my android project.
It seems that build environment of this library is prepared for unix systems: if so, what can I do to build this library under windows or what can i do to include a functional version of this library in my project? Or may I can use another library (Beem for example) if it can be built under windows?
Or maybe someone could provide me the .jar files of a library already built?
Thanks to all in advance for your help