noriellecruz commented on issue #1374: URL: https://github.com/apache/cordova-android/issues/1374#issuecomment-1026441655
I was able to fix the issue, it seems that **cordova-plugin-whitelist** has been deprecated and will not be included in the future versions of cordova-android. 1. Remove cordova-plugin-whitelist from your project: `cordova plugin rm cordova-plugin-whitelist` 2. Update GradlePluginGoogleServicesVersion in config.xml to 4.3.8 3. Remove android platform then add it again: `cordova platforms rm android && cordova platforms add android` It should work fine. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
