emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[tramp] tramp-adb-program problem


From: Neal Becker
Subject: [tramp] tramp-adb-program problem
Date: Thu, 28 Feb 2013 09:48:39 -0500
User-agent: KNode/4.9.5

tramp-adb assumes adb is found in a subdir called 'platform-tools'.

Now some distributions (e.g., Fedora) ship adb and put into standard directories
(e.g., /usr/bin/adb)

Can we make tramp-adb more flexible to support this?  The current code says:

(defun tramp-adb-program ()
  "The Android Debug Bridge."
  (expand-file-name "platform-tools/adb" tramp-adb-sdk-dir))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]