Hi everyone,
I’m trying to use ADB (Android Debug Bridge) with WayDroid running inside LXD containers, but it’s not working.
My setup:
I have WayDroid running inside LXD containers Android seems to boot properly and the system runs However, I can’t get ADB to connect to the WayDroid instance ADB just doesn’t detect the device.
What I’ve tried:
Running adb devices from both the host and inside the container — nothing shows up Tried using adb tcpip and adb connect, but no success Enabled security.nesting=true and security.privileged=true for the container Experimented with different network modes (bridged, NAT, etc.)
My questions:
How do I get ADB to connect to a WayDroid instance inside an LXD container Do I need to expose a specific port or use a special network setup Would using a microVM instead of a container solve this issue, if is not possible do i need to switch to Docker ?
Any help or example configs would be really appreciated.
Thanks