Dayn wrote: > 07-17 11:23:21.469: WARN/dalvikvm(1088): VFY: unable to find class > referenced in signature (Ljavax/activation/DataHandler;) > 07-17 11:23:21.519: ERROR/dalvikvm(1088): Could not find method > javax.activation.DataHandler.getName, referenced from method > javax.mail.internet.MimeUtility.getEncoding > 07-17 11:23:21.519: WARN/dalvikvm(1088): VFY: unable to resolve > virtual method 1640: Ljavax/activation/DataHandler;.getName ()Ljava/ > lang/String;
Getting JavaMail to work on Android is not fun. You may wish to try getting the source code and adding it directly to your project, assuming the CDDL license is acceptable to you. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 1.0 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

