n Aerogear Push, while project creation:
After executing following 5 basic commands, build fails with following error:
1.
>cordova create MyApp 2.
>cd MyCrdvaApp 3.
>cordova platform add android 4.
>cordova plugin add
https://github.com/aerogear/aerogear-cordova-push.git 5.
>cordova build android FAILURE: Build failed with an exception. * Where: Script '~\WKSPS\MyCrdvaApp\platforms\android\aerogear-cordova-push\hellocordova-dependencies.gradle' line: 15 * What went wrong: A problem occurred evaluating root project 'android'. > Failed to apply plugin [id 'com.google.gms.google-services'] > Plugin with id 'com.google.gms.google-services' not found. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 4.376 secs |
Thanks
ganesh