Whenever I try to run adb devices:
adb devices
$ adb devices * daemon not running. starting it now * * daemon started su
Got a quick way to do it First
sudo rm /usr/bin/adb
Then
sudo ln -s /home/{{username}}/Android/Sdk/platform-tools/adb /usr/bin/adb
Fastest way to fix the issue