I get this error message now.
Error: ANDROID_HOME is set to a non-existant path:
at /Users/SubjectiveEffect/.cordova/lib/npm_cache/cordova-android/3.6.4/package/bin/lib/check_reqs.js:162:19
My .bash_profile looks like this:
export ANDROID_HOME=/Users/SubjectiveEffect/Development/android-sdk-macosx
export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
and the path to the android SDK (that I got from here: https://developer.android.com/sdk/index.html#Other
is indeed “Users/SubjectiveEffect/Development/android-sdk-macosx”.
I just cannot understand why I’m getting this error.