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