I am making a email sending application in android phone. For that I included two jar file activation. jar and mail.jar. But when I run this application and try to send the mail, I got following error on LogCat.
java.lang.NoClassDefFoundError: javax.activation.DataHandler
I am new to android. so I am not able to figure out this issue. please Help me. Thanks