Reputation: 11
You can read about how Calabash-Android is searching for an Android SDK
and how you can help here
error when trying to run calabash-android commands. i've downloaded android SDK
and unzipped it.
here is the content of my .bash_profile
:
export GEM_HOME=~/.calabash
export GEM_PATH=~/.calabash
export PATH="$PATH:$HOME/.calabash/bin"
export ANDROID_HOME="$PATH:$HOME/Downloads/android-sdk-macosx/“
Note that I added the .bash_profile
myself.
Upvotes: 0
Views: 1617
Reputation: 317
u have to type export ANDROID_HOME=path/to/sdk
inside console. I have same issue in Ubuntu where I have to type it ,ever i restart terminal. Something is wrong with saving Global Variables inside a bash script.
Upvotes: 1