Jump to content

ADB Setup


Guest Sami Beck

Recommended Posts

Guest sm4tik

You could probably symlink it in ~/bin for instance.

ln -s /path/to/adb ~/bin/adb
Just make sure ~/bin is in your $PATH. If it's not there already, add
PATH="$PATH:$HOME/bin"

to your ~/.bash_profile, or the profile of whatever shell you're using.

Edited by sm4tik
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.