开发者

android java API email

Well am building this app, now am at the point where I wanna use the java email API to send email, but am getting a few error such as "The开发者_StackOverflow中文版 import javax.mail cannot be resolved" I really tried everything here but cant seem to fix it . if anyone could help I would really appreciate it.. am using eclipse by the way..

Thanks


Android does not include the javax libraries.

To send email on android app you would have to create an intent and let the email app handle it. Here is an example I found via a quick google search http://www.helloandroid.com/tutorials/how-send-email-your-application.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜