Alternatives to the android avd emulator [closed]
Asked Answered
G

5

25

So for me the emulator never works. And I don't want to USB debug. So my development cycle involves packaging a new apk for edits I make in Eclipse, and sending it to my phone through dropbox and installing and running the apk from there, noting the errors, and repeating the cycle.

I want to know if there are any other emulators or easier ways for testing an apk. Thanks.

Greenback answered 28/10, 2012 at 20:48 Comment(0)
M
16

http://androvm.org/ is promising, it seems to work as well as the emulator does if not better but you have to do a little bit more configuration.

Androvm has now turned into http://www.genymotion.com/ which is even easier to use than every other alternative. I expect that this is what you will want to use.

The other option is adb over wifi, which will let you use your phone without doing the dropbox step http://forum.xda-developers.com/showthread.php?t=1685736. For this to work you will need root though.

Medius answered 8/11, 2012 at 8:52 Comment(0)
O
6

I followed Cyril Mottier's advice

http://cyrilmottier.com/2013/06/27/a-productive-android-development-environment/

and downloaded Genymotion wich works with VirtualBox.

There is no comparison between AVD and GenyMotion. Genymotion uses virtualization instead of emulation, giving us incredible performances.

You can download it here :

http://www.genymotion.com/

The only downside is that all available virtual machines run on API 16+ for now.

Otiliaotina answered 18/9, 2013 at 11:49 Comment(3)
other downside is that it's a commercial software (not open source). I wonder if it could add some line of code inside your app, I guess not since it's an emulator, but that would be useful to know.Ectogenous
other downside is that, it does not have tv/watch emulatorGalvanoscope
and not free even now :/Acrobatic
P
2

Visual Studio Emulator for Android, you can use them without installing Visual Studio http://www.techtimes.com/articles/72646/20150729/microsoft-outs-android-emulator-heres-how-to-use-it.htm

Has many features like the ones Google releasing with Emulator 2.0 (Not released currently)

Visual Studio Emulator for Android

enter image description here

Peddle answered 26/12, 2015 at 8:49 Comment(0)
K
1

this link contains all Genymotion possible alternatives, these alternatives like:

Kathernkatheryn answered 9/6, 2014 at 9:7 Comment(0)
R
0

Research posted on Nodeclipse Share.

All options are:

  • Android SDK
  • Android-x86
  • BlueStacks (free while in beta)
  • AndroVM and Genymotion are related (free and paid version)
  • Windroy
  • YouWave, read on the site (not free, 15-20$)
Rundgren answered 12/3, 2014 at 9:16 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.