View Full Version : Mac os x Adb problem
ryrules1
10-15-2009, 06:07 PM
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?
ryrules1
10-15-2009, 06:10 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?
mufumbo
10-28-2009, 02:25 PM
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
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.