breautek commented on issue #1432: URL: https://github.com/apache/cordova-android/issues/1432#issuecomment-1476205280
The proper solution is to ensure that your `config.xml` is to have a `<content src="..." />` tag, as Cordova will expect that tag to exists, however starting with https://github.com/apache/cordova-android/pull/1573 Cordova will default to `index.html` for the content src if the tag is missing, instead of it crashing on a null pointer. -- 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]
