Reputation: 5905
Hi.
I created a project which can send email using JavaMail. But when I add the .jar file in my classpath, I get the following error message. I don't know which error is this. Because it only show the "your project contain error" message.
Please provide me some answer.
Thanks in Advance.
Upvotes: 0
Views: 167
Reputation: 3772
It's likely the jar is using classes that Dalvik does not implement. If you're using a jar compiled for Java SE it's possible.
Upvotes: 2