Hi, I am trying to create an email application on Android using the Java API. I added activ.jar and mail.jar to my android app. But I get an error: Could not find the javax.mail.internetMimebodyPart $ MimePartDataHandl er class referenced by the javax.mail.internet.MimeMessage.getDataHandler method.
I added jar files using the "Add Jars" option available in Eclipse.
Please help me.
source
share