Jump to content

Recommended Posts

Guest Sami Beck
Posted

Can anyone help, I have adb installed in the platform-tools but I want it to work in any directory, any help? I am using Ubuntu 10.04

Guest sm4tik
Posted (edited)

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

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.