Prashanth Swaminathan
Prashanth Swaminathan
No action required, just keeping issues up-to-date: this work is ongoing in [this change](https://android-review.googlesource.com/c/platform/art/+/2958172).
If I recall correctly, you need to build VTS in a particular way to make sure all the relevant tools are sourced. Are you building VTS like so: https://source.android.com/docs/core/tests/vts/systems ?...
Apologies, not self-assigning this dropped it off my radar - assuming you're still having this problem, I don't see anything wrong with your steps. In fact, running them myself, this...
Looking back through this thread, it seems a part of the confusion is that it's not particularly clear what `glennrp/libpng` refers to, because there's the original [SourceForge](https://sourceforge.net/projects/libpng/files/), but our METADATA...
You may need to share your launcher.log for us to confirm (the location of that log is printed above in the output), but I suspect if your virtual device is...
Unfortunately, Cuttlefish is only officially supported on cloud platforms or Linux x86 machines - other variations like WSL2 might work, but I imagine it'd be a brittle experience. Without the...
Looking at the x86 logic (I'm horribly unfamiliar with it, so bear with me here :)), it looks like we'd only accidentally generate N caches if we assigned them each...
Can't quite explain this, but maybe a helpful data point. I'm not using Ubuntu, but a similar base-image Debian version, and dpkg-query does indeed return the .pc file on installation:...
When CVD is running, you'll see it output some files it's writing to - share your kernel and logcat from: ``` Kernel log: /home/ball/cuttlefish/instances/cvd-1/kernel.log Logcat output: /home/ball/cuttlefish/instances/cvd-1/logs/logcat ``` If the...
I don't believe you can use `--start_webrtc` and `--vm_manager=qemu_cli` together, the latter doesn't have WebRTC support. When using QEMU, you'll have to use VNC instead. You'll need to install any...