Hi guys,
I'm having a lot of trouble getting trying to run the build I made
from Android source.  I'm on Ubuntu 9.10 32-bit for x86. I set up
Ubuntu fresh to specifically do this.  I followed these instructions
which very strangely omit and explanation of how to actually run the
build(!!!!!!):
http://source.android.com/download

I can perform an apparently successful build using make (no "success"
message, it just finishes without errors except for one at the very
beginning, which I can't recreate now).

I tried to run my build with this command:
$ ./out/host/linux-x86/bin/emulator -sysdir ./out/target/product/
generic/ -kernel ./prebuilt/android-arm/kernel/kernel-qemu -data ./out/
target/product/generic/system.img

The emulator window pops up and it says "Android" in plain text, then
after a moment it shows the graphical "ANDROID" text.  It shows the
graphical text for a while, goes black for a second, and then shows
the graphical text for a while again, like it could be stuck in a
loop.

If anyone could post up-to-date info about how to actually run in the
emulator this fresh build that would be immensely helpful.

To make things even more confusing, for some reason, now when I try to
run make, I get this, even though it seemed like I was successful
before:
$ make
============================================
PLATFORM_VERSION_CODENAME=AOSP
PLATFORM_VERSION=AOSP
TARGET_PRODUCT=generic
TARGET_BUILD_VARIANT=eng
TARGET_SIMULATOR=
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=MASTER
============================================
/bin/bash: line 0: cd: development/tools/layoutopt/app/src/resources:
No such file or directory
Install: out/target/product/generic/system/app/Mms.apk


If anyone has any ideas, I'd be very grateful.  I'm a moderately
experienced Java developer, but am clueless with make, and somewhat
confused by how the Android build/install/emulator/etc process works.

Thanks,
Jamie

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to