dpogue commented on issue #607: URL: https://github.com/apache/cordova-cli/issues/607#issuecomment-1442586217
You need to add `xmlns:android="http://schemas.android.com/apk/res/android"` to your `<widget>` tag in config.xml. The entire config.xml tag must be valid XML, which means any namespaces used in `edit-config` or `config-file` need to be declared. -- 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]
