--
You received this message because you are subscribed to the "Android Building" mailing list.
To post to this group, send email to android-...@googlegroups.com
To unsubscribe from this group, send email to
android-buildi...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en
Why?
How about ubuntu 10.4 32 bit?
Ubuntu 10.4 (64-bit) is the preferred host OS.
JBQ
> --
> You received this message because you are subscribed to the "Android
> Building" mailing list.
> To post to this group, send email to android-...@googlegroups.com
> To unsubscribe from this group, send email to
> android-buildi...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-building?hl=en
>
--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.
Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.
The deep issue is that, at compile-time, the Gingerbread branch uses
version 7 of the emulator, but at run-time it requires at least
version 12.
In order to be able to run straight out of fresh build, I believe that
you need to do two things:
-use version 12 of the emulator: in external/qemu, run "git checkout
korg/tools_r12"
-launch the emulator with the matching kernel: emulator -kernel
prebuilt/android-arm/kernel/kernel-qemu-armv7
JBQ
JBQ
On Wed, Jan 4, 2012 at 9:59 AM, Gulshan Singh <gsing...@gmail.com> wrote:
> Did you solve your problem? I have a similar issue.
>
Oh well, this is a perfect opportunity to add a "known issues" section
to source.android.com.
repo forall external/qemu -c git checkout aosp/tools_r12
make
emulator -kernel prebuilt/android-arm/kernel/kernel-qemu-armv7
JBQ