0

I'm tying to send an Email[NO INTENT] to a user using EMULATOR. I tried but I have an error which i cant understand it..I used some code which I found it here...I putted all the Jar file but still giving me an error

// And I'm getting an ERRORS in LOGCAT

05-31 12:12:51.403: V/TLINE(1030): new: android.text.TextLine@40653b20 05-31 12:12:51.953: V/TLINE(1030): new: android.text.TextLine@40656270 05-31 12:13:00.923: I/dalvikvm(1030): Failed resolving Ljavax/activation/DataHandler; interface 502 'Lmyjava/awt/datatransfer/Transferable;

Community
  • 1
  • 1
user1427993
  • 123
  • 1
  • 1
  • 5

1 Answers1

0
Failed resolving Ljavax/activation/DataHandler; interface 502 'Lmyjava/awt/datatransfer/Transferable;

This is due to an unsatisfied dependency of your jars. You will need to find this dependency jar.

Try getting some more info from here.

http://code.google.com/p/javamail-android/

Kumar Bibek
  • 9,016
  • 2
  • 39
  • 68