FloodGames opened a new issue #1159: URL: https://github.com/apache/cordova-android/issues/1159
Isn't it pretty basic to automatically login to your google account in the android version? I tried my hardest but could not find any relevant documentation on this matter.  source: https://developers.google.com/games/services/android/quickstart#step_3_modify_your_code I have added to config.xml : `<preference name="GradlePluginGoogleServicesEnabled" value="true" />` I uploaded a google-services.json file to `\platforms\android\app` End result should be something like this, right? Unfortunately, it's not spawning  I found out that the **ids.xml** mentioned by google is not even being created. Do I need to 'hook' these files after creation? **Tested on latest version:** Cordova & android ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
