I just installed archlinux ARM on a raspberry pi 3 (AArch64). I installed android-tools (29.0.6-1), which pulled in protobuf (3.12.3-1) as a dependency. However, when I tried to execute `adb`, I get the error:
`adb: error while loading shared libraries: libprotobuf-lite.so.22: cannot open shared object file: No such file or directory`
According to `pacman -Qi protobuf`:
Provides : libprotoc.so=23-64 libprotobuf.so=23-64 libprotobuf-lite.so=23-64
All my packages are up to date (as of July 2nd, 2020). Seems like protobuf is newer than what android-tools is expecting?