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
@Tech Pro
Cordova 3.2 need Android KITKAT version sdk. So, the problem lies in your Android SDK version. There are two solutions of this problem.
Solution:1:
Update your Android SDK to latest version or downgrade to Cordova version 3.0 as suggested by @Evers
Solution:2: If you don't want to either upgrade the Android SDK or downgrade Cordova version then follow the steps here.