You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/08/25 19:55:37 UTC

[GitHub] [cordova-android] breautek commented on issue #1327: processReleaseGoogleServices FAILED

breautek commented on issue #1327:
URL: https://github.com/apache/cordova-android/issues/1327#issuecomment-905829504


   I created a new cordova project, installed the plugins I saw in your output and I've reproduced your issue.
   
   Based on my observations, the problem is coming from a third-party plugin called `cordova-support-google-services`. This is being installed because it's listed as a dependency of `phonegap-plugin-push`.
   
   `phonegap-plugin-push` is now [deprecated](https://github.com/phonegap/phonegap-plugin-push) as with all Phonegap owned packages as Adobe has stopped maintaining the Phonegap service and all of it's Phonegap repositories.
   
   Currently the replacement for `phonegap-plugin-push` is [@havesource/cordova-plugin-push](https://github.com/havesource/cordova-plugin-push), according to phonegap's deprecation notes. Therefore, I would suggest trying to install the havesource fork of the push plugin.
   
   If you have further issues with the cordova-plugin-push plugin, I would advise opening up an issue on their GitHub repository as Apache cannot provide support for third-party plugins.
   
   Kind regards,
   Norman


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org