nethunter-LRT icon indicating copy to clipboard operation
nethunter-LRT copied to clipboard

"We require adb but it's not installed/in path."

Open ABeater opened this issue 7 years ago • 1 comments

i installed adb and fastboot with android sdk on linux with this tutorial https://android.gadgethacks.com/how-to/android-basics-install-adb-fastboot-mac-linux-windows-0164225/ (Method 3) but i got this "error" (in the title) but i dont know what is meant with "path" ? i tried this tutorial http://lifehacker.com/the-easiest-way-to-install-androids-adb-and-fastboot-to-1586992378 to do it in the path but the file .bash_profile was empty and it didnt work.....but not only this if i try to execute adb and fastboot with a shell command it is still not working....but i saw both installed in the ./nexustools file? so i dont know what to do? and what is this file: "gitgnore"?

ABeater avatar Jun 23 '17 16:06 ABeater

This isn't really an issue with the script.

You have two main options:

  1. Add the directory containing adb to your $PATH.
  2. Move adb to a directory in your $PATH.

FYI: I keep mine here: /usr/local/bin/adb.

tjt263 avatar Jan 27 '18 15:01 tjt263