Search code examples
azurepush-notificationcordova-pluginsvisual-studio-cordova

using push notification using on visual studio on genymotion


I followed the link given below:

https://azure.microsoft.com/en-in/documentation/articles/app-service-mobile-cordova-get-started-push/#optional-configure-and-run-the-app-on-android

I also built the quick start azure project as said by your tutorial. Now that I am trying to run the app on genymotion emulator (I have installed google play services in it) the build is giving me many errors

please click on the link of the image to see the errors

PS: The process is giving build errors so using genymotion is actually not a problem Someone please help


Solution

  • The error indicates that you are missing a dependency from the Android SDK. Open up the Android SDK Manager and install google play services. If you installed the Android SDK as part of the Visual Studio install, you may need to run the SDK Manager as Administrator to do the install.