Ok, I finally broke down and stopped using Eclipse Android, I am now using the Intellij based Android Studio with integrated Gradle support. I should have all of the requirements now, but I am still getting authentication errors:
org.jivesoftware.smack.sasl.SASLErrorException: SASLError using SCRAM-SHA-1: not-authorized
at com.iasoftware.chattranslator.xmpp.XMPPChatService.connect(XMPPChatService.java :481)
at com.iasoftware.chattranslator.android.base.AndroidBackgroundChatService.onHandl eIntent(AndroidBackgroundChatService.java:476)
at com.iasoftware.chattranslator.android.base.AndroidBackgroundChatService$Service Handler.handleMessage(AndroidBackgroundChatService.java:416)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.os.HandlerThread.run(HandlerThread.java:61)
I used the same login credentials that I did in Pidgin and it doesn't work.