Hi all,
I am having troubles running a cuttlefish image built on my own pc.
I followed the instruction for the default cuttlefish-image that i found on the BUILDING.md file on this repo
https://github.com/google/android-cuttlefish.git, I successfully run the image, and view the phone via web browser. So I decided to build my own image using a different target from the branch tag
android-9.0.0_r47 (lunch aosp_cf_x86_auto-userdebug), everything went fine but, afther the copy of the *img files generated, I get this error when starting the image
launch_cvd I 04-21 15:38:29 3276 3276 subprocess.cpp:286] Started (pid: 3303): /home/vsoc-01/bin/assemble_cvd
launch_cvd I 04-21 15:38:29 3276 3276 subprocess.cpp:289] --memory_mb=4096
launch_cvd I 04-21 15:38:29 3276 3276 subprocess.cpp:289] --report_anonymous_usage_stats=y
launch_cvd I 04-21 15:38:29 3276 3276 subprocess.cpp:289] --cpus=4
assemble_cvd E 04-21 15:38:29 3303 3303 boot_image_unpacker.cc:70] Unable to open vendor boot image (/home/vsoc-01//vendor_boot.img): No such file or directory
assemble_cvd E 04-21 15:38:29 3303 3303 fetcher_config.cpp:212] Could not find file ending in kernel
launch_cvd E 04-21 15:38:29 3276 3276 subprocess.cpp:126] Subprocess 3303 was interrupted by a signal: 11
launch_cvd E 04-21 15:38:29 3276 3276 launch_cvd.cc:181] assemble_cvd returned -1
I noticed that he is checking for a vendor_boot.img, but my build environment did not generated that image, just vendor.img.
I checked out also the folder where are supposed to be the binaries contained in this file from the guide "cvd-host_package.tar" and I did not found lauch_cvd or assemble_cvd.
There is a way to solve this problem?