I\'m building an app for Android using Cordova. The android emulator was working fine but I wasn\'t using it because I installed the Ripple emulator. I continued on building my
My problem was due to the fact that I was running the android sdk manager through a symlink (I had it at usr/local/bin). It started working when I put my $ANDROID_HOME/tools in my PATH and removed the symlinks.