I am trying to create an email client on android, I am new to android so, I tried different sample codes but I'm getting many warning two of which are given below and android emulator fails to lauch...Can email client application run on emulator?(I used following links:
http://www.jondev.net/articles/Sending_Emails_without_User_Intervention_%28no_Intents%29_in_Android
Sending Email in Android using JavaMail API without using the default/built-in app )
[2012-07-24 13:01:56 - test] Dx warning: Ignoring InnerClasses attribute for an anonymous inner class
(javax.activation.DataHandler$1) that doesn't come with an associated EnclosingMethod attribute. This class was probably produced by a compiler that did not target the modern .class file format. The recommended solution is to recompile the class from source, using an up-to-date compiler and without specifying any "-target" type options. The consequence of ignoring this warning is that reflective operations on this class will incorrectly indicate that it is not an inner class.
[2012-07-24 13:01:56 - test] Dx warning: Ignoring InnerClasses attribute for an anonymous inner class
(javax.mail.Session$2) that doesn't come with an associated EnclosingMethod attribute. This class was probably produced by a compiler that did not target the modern .class file format. The recommended solution is to recompile the class from source, using an up-to-date compiler and without specifying any "-target" type options. The consequence of ignoring this warning is that reflective operations on this class will incorrectly indicate that it is not an inner class.