Android tools not working

Running manjaroo from a bootable usb on a x64 system, clean install, ran sudo pacman -Syyu then sudo pacman -S android tools. When I type adb devices I get

adb: error while loading shared libraries: libprotobuf.so.28: cannot open shared object file: No such file or directory

Am I missing something or does the package have a broken dependency?

Libraries will load at boot, newer libraries need a reboot to load.
All branches provide the libprotobuf.so.32 at this moment.
Reboot your system.

2 Likes

First - when you update the system after installation - you need to restart the system as your kernel, modules and drivers has been replaced.

Second - add yourself to the group adbusers

sudo gpasswd -a $USER adbusers

then logoff and login - verify your group membership contains adbusers

groups