Earlier quoted context omitted.
I've found the official Intel-based emulator images (2.3+ only) plenty fast. Details here[0] but the tl;dr is: * Open SDK manager, install Intel image for your preferred SDK version and the "Intel Hardware Accelerated Execution Manager" from the Extras section * Find the HAXM installer in SDK/extras and run * Create Intel-based AVD [0] https://developer.android.com/tools/devices/emulator.html
Just an FYI -- this killed my Virtual Box install the last time i tried it. Uninstalling HAXM fixed it all, but having Virtual Box was more important than the Intel images, so I left it uninstalled.
A better Android emulator
51–58 of 58 posts
Re: A better Android emulator
#52If you want a fast way to run Android, you can also use a VirtualBox image, it is significantly faster than the emulator in the SDK: http://www.buildroid.org/blog/
I've found the official Intel-based emulator images (2.3+ only) plenty fast. Details here[0] but the tl;dr is: * Open SDK manager, install Intel image for your preferred SDK version and the "Intel Hardware Accelerated Execution Manager" from the Extras section * Find the HAXM installer in SDK/extras and run * Create Intel-based AVD [0] https://developer.android.com/tools/devices/emulator.html
Installing Play Store app on emulator still requires some hacky workarounds.
Re: A better Android emulator
#53Earlier quoted context omitted.
Get a low-end (HTC Legend), a mid-end (HTC Desire / Moto Droid), and a high-end (Samsung Galaxy Nexus or S-II/III) device, and you are good to go. Also get a cheap tablet if you need to support that. Always develop on the lowest end device as a rule, and the optimizations you apply to make it usable on it will make the app super snappy on higher end devices. Choose Android 2.2 as your target platform and you include…
by moto droid do you mean the original moto droid? if so, i'd think by now the 2+ year old handset would be considered low end
Re: A better Android emulator
#54Re: A better Android emulator
#55What I really need is a way to emulate specific devices. My Android app crashes on a Droid Razr Maxx right now, when it rotates, and I don't have one to test on, so I have to get crash logs from users.
Re: A better Android emulator
#56This looks extremely useful assuming it works. Although I never use the emulator while building Android because it basically does not work on most machines and does not give you any real indication how your code will run on an actual device. Very curious how they pulled this off.
> Although I never use the emulator while building Android because it basically does not work on most machines and does not give you any real indication how your code will run on an actual device. This has not been my experience in the least...
Have you tried running your code on any of the OEM releases like HTC sense, Samsung TouchWiz or Moto Blur?
Re: A better Android emulator
#57Such a bummer, getting number 1 on HN and can't show your product...
Re: A better Android emulator
#58I keep getting the page with the Android-fail-whale image. No idea what is going on... didn't last long this website. Can someone explain how does this work?