Ahmet Tanakol
Ahmet Tanakol

Reputation: 899

adding email client for android

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?

Upvotes: 0

Views: 1405

Answers (2)

Roger Garzon Nieto
Roger Garzon Nieto

Reputation: 6594

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.

Upvotes: 0

Haresh Chaudhary
Haresh Chaudhary

Reputation: 4400

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.

Upvotes: 1

Related Questions