I am very familiar with Java and Eclipse, I don't know how to use Maven. This is my first Android application. Also, when I read that page I saw:
Minimal Smack configuration for XMPP over TCP
dependencies {
compile "org.igniterealtime.smack:smack-android:4.1.0-alpha5"
compile "org.igniterealtime.smack:smack-tcp:4.1.0-alpha5"
}
When I look for an Android Maven tutorial online it suggest that I use Eclipse marketplace but I don't see any such thing. I'm running Eclipse on Ubuntu. I remember adding software sites to get plugins in the past, this Marketplace thing is new to me.
Anyway, I did just notice the list of jars in the Ant solution. So maybe your answer will lead me to a solution even if I don't figure out this Maven thing.
Thank you.