I installed the ADT for android and set the path of the of the sdk platform tools in .profile and .bash-profile but still the adb command says not found
Asked
Active
Viewed 360 times
0
-
Did you restart bash since you changed its dotfiles? Also, what happens if you try to invoke adb by its full path name? – Chris Stratton Mar 06 '14 at 21:23
-
set up your PATH variables – meda Mar 06 '14 at 21:23
-
I set up my path variables in .profile and also .bash-profile. I closed the terminal and opened again, if thats what restarting means. Full path works fine – Sweety Bertilla Mar 06 '14 at 21:27
-
export PATH=${PATH}:/Users/sweety/Documents/Android/adt-bundle-mac-x86_64-20131030/sdk/platform-tools – Sweety Bertilla Mar 06 '14 at 21:29
-
after i restarted it works…. – Sweety Bertilla Mar 06 '14 at 21:34