I am trying to develop for android and I want to add the adb to my PATH so that I can launch it really easily. I have added directories before by f
adb
PATH
It appears that you're still trying to execute adb with ./adb. That asks the shell to run the program named adb in the current working directory.
./adb
Try just adb without ./.
./