A better Android emulator
11–20 of 58 posts
Re: A better Android emulator
#12This 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.
I feel your pain re: trouble running emulators for dev work. We built Manymo to address this pain. While it does not (yet) emulate custom android builds, like the dreaded HTC Sense builds, it does give me an emulator faster than I can spin one up locally.
I typcially develop with a phone and a tablet but using Manymo I can spin up a larger tablet or an odd-sized phone emulator to check how my Fragment code is laying out on a variety of device configurations. All of that without soaking up memory on my laptop. It helps testing against OS versions too. We also find it extrememly helpful when working with designers that do not have the SDK setup. The list goes on but suffice to say we are excited to see more people use this tool.
Re: A better Android emulator
#13If 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/
* 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
Re: A better Android emulator
#14I 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?
Re: A better Android emulator
#15While I'm sad that there are 43 (and counting) possible variations, this looks solid and helpful — I'm much more likely to attempt my port project now.
Re: A better Android emulator
#16I 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?
Re: A better Android emulator
#17Is there any difference between this and having a real device with the same OS version and screen size?
But emulators are ok to test your layouts, even though the latest ADT plugin makes it much simpler with layout previews.
Re: A better Android emulator
#18If 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
The emulator does take a while to start but that's a one-time cost.
Re: A better Android emulator
#19Re: A better Android emulator
#20On topic, this looks great!