im using OS ubuntu and im not using GenyMobile. terminal
I did my digging for a while as the accepted answer did not work and landed on this solution [I am on Ubuntu 20.04.2 LTS]
What is causing it to happen?
A clash between two different adb in the system. One in android/sdk/platform-tools and another in usr/bin
What will we do?
delete the adb located in usr/bin, then copy from platform-tools and paste in the usr/bin
Steps:
sudo nautilus
sudo apt update && sudo apt install android-sdk