Your line:
export ANDROID_HOME=/Users/{}/Library/Android/sdk
Hopefully you replaced your username with the curly braces {}?
At a terminal prompt, try this:
which adb
It should give you something like so:
/Users/davstew/Library/Android/sdk/platform-tools/adb
And this command:
adb version
Should give you details like so:
Android Debug Bridge version 1.0.39
Revision 3db08f2c6889-android
Installed as /Users/davstew/Library/Android/sdk/platform-tools/adb