[android-developers] Re: emulator-x86 with hardware virtualization

2012-01-13 Thread Anirudh Sivaraman
On Jan 13, 11:58 am, Bruce Beare wrote: > That's covered in an earlier thread... but here's how: >   source build/envsetup.sh >   lunch full_x86-eng >   make -j$JF droid > log 2>&1 >   emulator > > Quite soon you will be able to download an SDK add-on with the IA > images for GB. > The ICS (and

[android-developers] Re: emulator-x86 with hardware virtualization

2012-01-13 Thread Anirudh Sivaraman
On Jan 13, 11:58 am, Bruce Beare wrote: > That's covered in an earlier thread... but here's how: >   source build/envsetup.sh >   lunch full_x86-eng >   make -j$JF droid > log 2>&1 >   emulator > > Quite soon you will be able to download an SDK add-on with the IA > images for GB. > The ICS (and

[android-developers] Re: emulator-x86 with hardware virtualization

2012-01-13 Thread Bruce Beare
That's covered in an earlier thread... but here's how: source build/envsetup.sh lunch full_x86-eng make -j$JF droid > log 2>&1 emulator Quite soon you will be able to download an SDK add-on with the IA images for GB. The ICS (and master branch also) images may be built from source... I'm n

[android-developers] Re: emulator-x86 with hardware virtualization

2012-01-13 Thread Anirudh Sivaraman
On Jan 13, 9:52 am, Bruce Beare wrote: > It's actually far faster than an ARM emulation (provided that you are > running on Linux with kvm enabled). > Last I heard, there was a bug in the released SDK's version that was > causing the emulator to have a very slow > start-up time. If it isn't alre

[android-developers] Re: emulator-x86 with hardware virtualization

2012-01-13 Thread Bruce Beare
It's actually far faster than an ARM emulation (provided that you are running on Linux with kvm enabled). Last I heard, there was a bug in the released SDK's version that was causing the emulator to have a very slow start-up time. If it isn't already fixed in the master branch, I'll see about getti