bash: adb: command not found (chromebook)

93 views Asked by At

I am on a chromebook with adb enabled but when I use "abd install pckg.apk" it doesn't work, I've tried disabling and re-enabling it and it still doesnt work. I've also used the command while SuperUser/root and it still gives me the same error as mentioned above.

1

There are 1 answers

0
Norio Yamamoto On

You need to install adb by typing the below command in the Linux console.

sudo apt install adb