Getting error while Running Cordova Notifications

Hi Everyone,

I am trying to integrate push notifications package and using Cordova Notifications Demo for the same, but I am getting an error.

I am not able to generate notifications. Please check

bird@bird-Lenovo-ideapad-310-15IKB:/media/bird/New Volume/cordova/meteor-raix-push-demo-master$ meteor install-sdk android
✓ Found Android bundle                        
✓ A JDK is installed                          
✓ Found Android Platform tools                
✓ Found Android Build Tools                   
✓ Found Android 19 API                        
✓ Found suitable Android x86 image            
Creating android virtual device (AVD): meteor 
                                              
events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: read ECONNRESET
    at errnoException (net.js:904:11)
    at Pipe.onread (net.js:558:19)

meteor install-sdk android --verbose


Please help.