I have installed Android SDK and Eclipse on my Mac system. I am able to program using Eclipse and have created few sample applications. But I am still not able to access
In addition to slhck, this is what worked for me (mac).
To check where your sdk is located.
File -> Project Structure -> Sdk location
Copy the path.
Create the hidden .bash_profile in your home.
vim, or open -e) with the following:export PATH=/Users//Library/Android/sdk/platform-tools:/Users//Library/Android/sdk/tools:$PATH
. ~/.bash_profileSO post on how to find adb devices