Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Paypal app's manifest cannot be parsed #71

Closed
xgouchet opened this issue Oct 6, 2022 · 0 comments · Fixed by #74
Closed

The Paypal app's manifest cannot be parsed #71

xgouchet opened this issue Oct 6, 2022 · 0 comments · Fixed by #74
Labels

Comments

@xgouchet
Copy link
Owner

xgouchet commented Oct 6, 2022

This depends on AXML#10 issue

org.w3c.dom.DOMException: 
	at org.apache.harmony.xml.dom.NodeImpl.setName(NodeImpl.java:286)
	at org.apache.harmony.xml.dom.AttrImpl.<init>(AttrImpl.java:55)
	at org.apache.harmony.xml.dom.DocumentImpl.createAttribute(DocumentImpl.java:323)
	at org.apache.harmony.xml.dom.ElementImpl.setAttribute(ElementImpl.java:254)
	at fr.xgouchet.axml.CompressedXmlDomListener.startElement(CompressedXmlDomListener.java:51)
	at fr.xgouchet.axml.CompressedXmlParser.parseStartTag(CompressedXmlParser.java:288)
	at fr.xgouchet.axml.CompressedXmlParser.parseCompressedXml(CompressedXmlParser.java:120)
	at fr.xgouchet.axml.CompressedXmlParser.parse(CompressedXmlParser.java:73)
	at fr.xgouchet.axml.CompressedXmlParser.parseDOM(CompressedXmlParser.java:89)
	at fr.xgouchet.packageexplorer.core.utils.ManifestUtilsKt.parseManifestFile(ManifestUtils.kt:96)
	at fr.xgouchet.packageexplorer.core.utils.ManifestUtilsKt.exportManifestDomFromPackage(ManifestUtils.kt:37)
	at fr.xgouchet.packageexplorer.details.app.AppDetailsSource.subscribe(AppDetailsSource.kt:50)
	…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant