breautek commented on issue #1159: URL: https://github.com/apache/cordova-android/issues/1159#issuecomment-773765845
> I found out that the ids.xml mentioned by google is not even being created. Do I need to 'hook' these files after creation? Android Docs says: > If you are creating an Android game from scratch, you will need to create this file first. So yes, you need to create the `ids.xml` file yourself. Have a look at the [Hooks API](https://cordova.apache.org/docs/en/9.x/guide/appdev/hooks/index.html). Alternatively, the [config-file](https://cordova.apache.org/docs/en/9.x/plugin_ref/spec.html#config-file) directive can probably also be used in this case as well. > Isn't it pretty basic to automatically login to your google account in the android version? I'd be more inclined to leave this kind of thing up to the community to develop blog posts/guides. Cordova's main objective is to provide a packaging tool to package web apps in a native shell. Documenting third-party features is in my opinion out of scope of Cordova's objective. To conclude on a final note, we use GitHub for tracking issues only. Because this doesn't appear to be a bug, I'll be closing this issue. If you need further assistance, you can try reaching our community on [Slack](http://slack.cordova.io/) or make a post on [StackOverflow](https://stackoverflow.com/questions/tagged/cordova). If you think you've found a bug, then please do open a new issue. 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
