]> code.delx.au - gnu-emacs/blobdiff - doc/misc/tramp.texi
* tramp.texi (External methods): Mention `tramp-adb-program'.
[gnu-emacs] / doc / misc / tramp.texi
index 20598f2d9e52f25bdab51c266d69430b067a74dd..1052b0306911826255dafdbdfa630bb5d7b36cfa 100644 (file)
@@ -1023,9 +1023,11 @@ name.
 @cindex adb method
 
 This special method uses the Android Debug Bridge for connecting
-Android devices.  The Android Debug Bridge, part of the Android SDK,
-must be installed locally.  The variable @var{tramp-adb-sdk-dir} must
-be set to its installation directory.
+Android devices.  The Android Debug Bridge must be installed locally.
+Some GNU/Linux distributions offer it for installation, otherwise it
+can be installed as part of the Android SDK.  If @command{adb} is not
+found via the @code{$PATH} environment variable, the variable
+@var{tramp-adb-program} must point to its absolute path.
 
 @end table