I am creating an email sending application in android phone using smtp. For that I included three jar file activation.jar, mail.jar and additionnal.jar. But when try to send the email, I get following exception.
java.lang.NoClassDefFoundError: javax.activation.DataHandler
so I am not able to figure out this issue. please Help me. Thanks