0

I'm following this example:

Sending Email in Android using JavaMail API without using the default/built-in app

But it isn't working, its breaking when it going into the GMailSender class But I believe I have determined what the problem is for some reason android ins't able to see the Javamail libraries.

I'm not sure why that is I have added the libraries through my project via "Build Paths -> Add External Archives". Am I suppose to add them somewhere else or in a different way in order for my android to "see" the javamail Libraries??

Thanks in advance.

Community
  • 1
  • 1
user1255276
  • 541
  • 2
  • 5
  • 20

1 Answers1

2

Make sure your jar files are checked in Properties --> Java Build Path --> Order and Export.

lrAndroid
  • 2,834
  • 18
  • 27