Alternatives to android default emulator

AndroidAndroid Emulator

Android Problem Overview


> Possible Duplicate:
> Slow Android emulator

Is there any fast and more efficient android emulator is available? I'm sick of android default emulator. Thanks

UPDATE 2: Genymotionis great too, since BlueStack App Player now forces you to install some apps to continue using free version. I tried Genymotion and quite happy with speed for App development, haven't tried gaming yet. Happy coding :)

UPDATE: BlueStack App Player is the best and your world will be much easier. I recommend every one to download and test it now. You will thank me later :). To use it with eclipse just use this command in command prompt.

adb connect 127.0.0.1

and after that you can launch apk on your faster and awesome emulator directly from your eclipse. Works on Windows and MAC.

Android Solutions


Solution 1 - Android

UPDATE:
Genymotion is great, since BlueStack App Player now forces you to install some apps to continue using free version. I tried Genymotion and quite happy with speed for App development, haven't tried gaming yet. Happy coding :)

Solution 2 - Android

You can speed up emulator by using hardware acceleration feature.

> In order to make the Android emulator run faster and be more > responsive, you can configure it to take advantage of hardware > acceleration, using a combination of configuration options, specific > Android system images and hardware drivers.

To use Virtual Machine Acceleration you need,

  • x86 AVD
  • processor which supports virtualization extensions
  • Android SDK Tools, Revision 17 or higher

and to configure graphics acceleration, you need

  • graphics processing unit (GPU)
  • Android SDK Tools, Revision 17 or higher
  • Android SDK Platform API 15, Revision 3 or higher

See the android documentation - Using Hardware Acceleration - for instructions on how to configure your system.

Solution 3 - Android

You can make the booting of emulator fast using option Emulator snapshots You can also use Genymotion emulator that is much faster than android

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionWaqasView Question on Stackoverflow
Solution 1 - AndroidWaqasView Answer on Stackoverflow
Solution 2 - AndroidJomoosView Answer on Stackoverflow
Solution 3 - AndroidZain AliView Answer on Stackoverflow