You need to create the file ~/.bash_profile
and you need to restart the terminal to be effective. Sent from my HTC ----- Reply message ----- From: "AlbertDroid" <albertle...@gmail.com> Date: Tue, Oct 20, 2009 3:23 PM Subject: [android-beginners] I Need Help Setting Up My ADB On MY Mac To: "Android Beginners" <android-beginners@googlegroups.com> These are the instructions I followed: - Download the Android SDK for Macintosh at: http://developer.android.com/sdk/ - Extract it - Download Fastboot for OSX (If not included with SDK) - Extract fastboot and place it in your /tools folder. - Open up a terminal window - type: pico .bash_profile (this will create a .bash_profile) - type the following in the new screen: export PATH=$ {PATH}:<sdkfolder>/tools - Hit CNTRL + X - Hit Y (for yes to save) - It will return you to the terminal screen… type: exit - Restart terminal. Now when i go into terminal i type adb and it says -bash: adb: command not found what did i do wrong --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---