I had a number of issues importing the javamail jars from Sun's website (using Mac OS X 10.5). I eventually found that the jars at maven repository didn't produce the dex conversion error. Try giving those a shot:
http://download.java.net/maven/1/javax.mail/jars/ Good luck, -Will PS: You may also need the activation.jar, which you can get from maven as well. As a heads up, due to the lack of dealing with the META-INF directories in jars (see previous thread), the mailcap entries will not be available. This will cause errors when attempting to .getContent(). PPS: If I remember correctly, activation.jar has dependencies on classes in java.awt.datatransfer. Davanum Srinivas has a .zip with stripped Apache harmony code to get around this problem. http://davanum.wordpress.com/2007/12/22/android-send-email-via-gmail-actually-via-smtp/ On Jun 24, 2008, at 9:38 AM, mikas wrote: > > Hi, > > I have Windows XP Professional Service Pack 2 build 2600 > > Regards, > > Mikas > > > On Jun 23, 6:29 pm, "Justin (Google Employee)" <[EMAIL PROTECTED]> > wrote: >> What version of Windows? There are a few out there. :-) >> >> Cheers, >> Justin >> Android Team @ Google >> >> On Jun 19, 12:29 am, Karys <[EMAIL PROTECTED]> wrote: >> >> >> >>> I'm using android-sdk_m5-rc15 on Windows >> >>> Thanks for your interest to my problem >>> Karys- Hide quoted text - >> >> - Show quoted text - > > > > -- William Enck PhD Candidate Department of Computer Science and Engineering The Pennsylvania State University [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

