Hello Guys,
I just migrated my code to version 4.0.0 but, uppon launch i'm getting warnings for each and every method i'm using on smack for example:
W/dalvikvm(14168): VFY: unable to resolve static method 14306: Lorg/jivesoftware/smack/SmackAndroid;.init (Landroid/content/Context;)Lorg/jivesoftware/smack/SmackAndroid;
Finally, I'm getting fatal exception: java.lang.NoClassDefFoundError: org.jivesoftware.smack.SmackAndroid
It didn't happen in previous version and I think I did everything according to doc - i.e put those 2 jars in my project's libs folder:
asmack-android-8-4.0.0.jar
org.xbill.dns_2.1.6.jar
obviously something else is missing...
your help is realy realy appriciated.
Thank you
Adi