breautek commented on issue #1432: URL: https://github.com/apache/cordova-android/issues/1432#issuecomment-1220906872
Thanks for the stacktrace. The relevant part I think is: ``` Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'int java.lang.CharSequence.length()' on a null object reference at java.util.regex.Matcher.reset(Matcher.java:256) at java.util.regex.Matcher.(Matcher.java:167) at java.util.regex.Pattern.matcher(Pattern.java:1027) at org.apache.cordova.ConfigXmlParser.setStartUrl(ConfigXmlParser.java:173) at org.apache.cordova.ConfigXmlParser.getLaunchUrl(ConfigXmlParser.java:53) at org.apache.cordova.CordovaActivity.loadConfig(CordovaActivity.java:169) ``` This should be enough for a volunteer to create a patch. -- 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]
