commander icon indicating copy to clipboard operation
commander copied to clipboard

Support adb in path

Open rcgroot opened this issue 8 years ago • 2 comments

On my ARM machine I have adb installed through a system package. (https://packages.ubuntu.com/trusty/devel/android-tools-adb) Commander is unable to locate the adb executable.

Adb on this machine is accessible through its path, not a directory relative to ADNDROID_HOME.

Apart from the common ANDROID_HOME could you also support finding adb from the PATH ?

rcgroot avatar Sep 25 '17 13:09 rcgroot

For now you can solve this by symlink to desired adb executable from $ANDROID_HOME/platform-tools

We should probably search for adb binary in $PATH, but that would require us to go through all directories in $PATH

artem-zinnatullin avatar Sep 26 '17 13:09 artem-zinnatullin

Indeed that is the workaround I am employing at the moment.

rcgroot avatar Oct 18 '17 12:10 rcgroot