I downloaded and installed the latest mac intel sdk 1.6 to link with my new rogers magic which is running 1.5. I unpacked everything and restarted my computer. I also enabled debugging on my Magic 3g. When I plug my Magic in, I open terminal in su (root) and once inside the folder, i try running the "adb devices" command however it doesnt work. I get "bash adb command not found". Any ideas from the mac users on here?
Last edited by ryrules1; 10-15-2009 at 06:11 PM.
should I install the 1.5 sdk, not that it will make a difference since I cant even run the command in 1.6?
hey, you have probably installed the new sdk in another directory that is different from the other one and deleted the old one. You probably have to change your $PATH variable in ~/.bashrc
You probably have something like this:
export PATH=${PATH}:/storage/dev/android-sdk-linux_x86-1.5_r2/tools
change it with the new path
Bookmarks