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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

