...
When I got to the step "./build/tools/build-emulator-sdcard.sh" the script
exists with an error reading...
"cp: cannot stat 'out/target/product/generic//system.img': No such file or
directory"
... but I've a file called "ubuntu-system.img" in
out/target/product/generic. It it just missing a symlink to it or is this a
simple typo in the script?
build-emulator-sdcard.sh creates ubuntu-system.img.
out/target/product/generic/system.img should be compiled during the build.
(it's the android system image)
Can you give the output of (compressed and/or pastebin) of output of
your envsetup.sh, lunch and make calls?