Skip to content
Advertisement

How to update adb to v.39 or newer on Ubuntu?

I’m not very familiar with Ubuntu. Right now, I’m on adb version 1.0.32, I need adb version 39 or newer. Whatever I do I seem to be stuck at v.32 . I’ve tried uninstalling adb with

JavaScript

and re-installing with

JavaScript

adb version is still showing 32. Help!

Update: I also tried

JavaScript

But after that, when I run adb version, I get -bash: /usr/bin/adb: cannot execute binary file: Exec format error

Advertisement

Answer

The problem turned out to be in the fact that our Raspberry Pi’s were on armv71 processors. Which are 32 bit processors. And 32-bit processors are not able to run adb versions newer than 1.0.32 because those are all meant for 64-bit processors. Once we upgraded to 64-bit, I was able to update adb.

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement