i am searching a solution to send an e-mail from my application for Google Glass (GDK). The E-Mail should have a picture attached, taken with Glass.
I tried the approach from here which should work fine on usual Android-devices, but on Glass I am getting a NoClassDefFoundError for the Mail-Class. Its not about the imported external Jar-Files, but I think its due to the fact that the class extends javax.mail.Authenticator which might not be supported on Glass.
The key functions are: I'm in my app, take a picture and that picture should be sent automatically to a predefined Mail-Address from a predefined (gmail) address.
Is there a solution for Google Glass?
Thanks in advance!