SyntaxFix
Write A Post
Hire A Developer
Questions
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
./adb
Try just adb without ./.
./