0

I am learning android on API-8 (Froyo), but the problem is the emulator is also for Froyo which doesn't include the facility of sending email from app or capture a picture from webcam.

I was wondering if I download the emulator for ICS 4.0 in order to run my Froyo apps, will this emulator provides the following features:

  • Sending email
  • Supports computer's webcam for capturing pictures
shkschneider
  • 17,833
  • 13
  • 59
  • 112
Alfred James
  • 1,029
  • 6
  • 17
  • 27

1 Answers1

0

Ok so first of all:

  • The Android Emulator is always the same for a given SDK version.
  • It is the system that runs on it that differ.

Android emulator documentation

Then, to send email from the emulator please reffer to How can i configure gmail in Android emulator?

And finally to capture a webcam's video, check:

Community
  • 1
  • 1
shkschneider
  • 17,833
  • 13
  • 59
  • 112
  • Ok so I am now downloading android x86 emulator, so say it has things I want. But on its website there are different emulator for different laptop companies and Mine is not listed. What should Ido – Alfred James Aug 07 '12 at 10:48