java.lang.NoClassDefFoundError: de.measite.minidns.iterative.ReliableDNSClient

Hi friends!

I got this exception long time ago, and now it makes my andoid app can’t startup.

I’m sure I have add the minidns-iterative-resolver-0.2.1.jar to my eclipse library directory,

and the jar packet contains the class ReliableDNSClient.

I really don’t know how to solve it.

Any help would be appreciate!!!

Here is the exception log:

And here is my libraries in eclipse, it’s a long list, is there any wrong?

Thanks again!!!

By the way, I called new SmackInitialization(); at startup. My smack version is v4.2.0.

Thanks!

I have solved this problem. It’s because of jar packet conflict.

I removed minidns-0.1.7.jar and add monidns-core-0.2.1.jar.

Thanks!!