I have a working e-mail sender but I need to add email client. On my emulator it says no application can perform this when I press my send button. Is it possible to add an e-mail client for emulator?
Asked
Active
Viewed 1,366 times
0
-
Refer to this [post](http://stackoverflow.com/questions/6978877/how-can-i-configure-gmail-in-android-emulator). It has a detailed mechanism of how to get it done. – faizanjehangir Jul 27 '12 at 12:53
2 Answers
1
For that, you have to configure your Email Client..
- Goto Email option in Your Emulator Menu,
- Give your username password of any email account,
- Then after Processing,it will ask you to Enter name and finish this procedure
- Again run your Project for Email And it will Open the Email Client.

Haresh Chaudhary
- 4,390
- 1
- 34
- 57
0
Download a free email app like K9mail and install it on emulator. Search location of adb command inside android-sdk and Type
adb install path-to-your-apkfile.

Roger Garzon Nieto
- 6,554
- 2
- 28
- 24