You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, running the launch_cvd command after compiling AOSP for a Cuttlefish-supported lunch target results in the following error:
sh: line 1: /usr/lib/cuttlefish-common/bin/capability_query.py: No such file or directory
VM manager crosvm is not supported on this machine.
Invalid vm_manager: crosvm
E launch_cvd: subprocess.cpp:198 Subprocess 1628684 was interrupted by a signal 'Aborted' (6)
E launch_cvd: main.cc:436 assemble_cvd returned -1
The launch_cvd output has changed (AOSP main of a few months back), now failing at a different location because it can't talk to the Cuttlefish client as it's not installed.
I'd be willing to give it a shot as the packages in the repo don't seem too complex, but it seems like it does a variety of things with NetworkManager config, udev rules, etc. and I'm not sure how that would look in a Nix derivation - maybe there's a similar example for another Debian-based package in Nixpkgs somewhere?
Maybe the Docker approach would be better, although the setup script for that seems complex as well.
Currently, running the
launch_cvd
command after compiling AOSP for a Cuttlefish-supported lunch target results in the following error:The Cuttlefish virtual device requires a number of (Debian) host packages, listed here: https://github.com/google/android-cuttlefish
It looks like
cuttlefish-base
andcuttlefish-user
are all that are directly used when running Cuttlefish locally.This is also required if
acloud
were to be packaged later using Nix as well.The text was updated successfully, but these errors were encountered: