Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Support adb in path #5

Open
rcgroot opened this issue Sep 25, 2017 · 2 comments
Open

Support adb in path #5

rcgroot opened this issue Sep 25, 2017 · 2 comments

Comments

@rcgroot
Copy link

rcgroot commented Sep 25, 2017

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 ?

@artem-zinnatullin
Copy link
Contributor

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

@rcgroot
Copy link
Author

rcgroot commented Oct 18, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants