Open terminal
Go to home directory
open -e .bash_profile
insert the row below and save
export PATH=/Users/YourUserName/Library/Android/sdk/platform-tools:/Users/mehmetyilmaz/Library/Android/sdk/tools:$PATH
type . .bash_profile to reload bash commands
Be First to Comment