Hi,
I use anbox to run android emulators.
When I launch a new container I expose adb with command +adb, but i need to run adb as root to use frida server with adb connection.
Adb connection works fine, but when i run command “adb root” I receive the following error message “adbd cannot run as root in production builds”
How can i run adb as root inside anbox container?
thanks a lot,
Demis.