What is Android Emulator ? what is it limitation?

Android Emulator is virtual mobile device for testing purpose. it give a easy  testing facility for mobile developer. Before final testing on real mobile device you can test your application on it.

Emulator Limitations

The Android emulator is a convenient tool, but it has a number of limitations

1) The emulator is not a device. It simulates general handset behavior, not specific hardware implementations or limitations. 

2) Sensor data, such as satellite location information, battery and power settings, and network connectivity, are all simulated using your computer.

3) Peripherals such as camera hardware are not fully functional. 

4) Phone calls cannot be placed or received but are simulated. SMS messages are also simulated and do not use a real network. 

5) No USB or Bluetooth support is available. 

6) Using the Android emulator is not a substitute for testing on a true Android device.

No comments:

Post a Comment