I'm using MAC maverics OS. Installed Android sdk through android studio and set Android_home and path through bash profile. when I type following command , I can see the home path in the terminal
$ echo $ANDROID_HOME /Users/balaji/Library/Android/sdk
When I try to launch the script from Eclipse , I get error as Error building server: io.selendroid.server.common.exceptions.SelendroidException: Environment variable 'ANDROID_HOME' was not found!
Can any one help me out?