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

Exception in thread "main" java.lang.NumberFormatException: #10

Open
Baniita opened this issue Jan 27, 2024 · 0 comments
Open

Exception in thread "main" java.lang.NumberFormatException: #10

Baniita opened this issue Jan 27, 2024 · 0 comments

Comments

@Baniita
Copy link

Baniita commented Jan 27, 2024

Hi , the .jar wouldn't run unless I put it as

java -jar xml2axml.jar e output.xml output2.xml

And then it spat out this for the Kiwi Browser AndroidManifest XML:

Exception in thread "main" java.lang.NumberFormatException: For input string: "4294966796"
        at java.lang.NumberFormatException.forInputString(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at java.lang.Integer.parseInt(Unknown Source)
        at com.bigzhao.xml2axml.chunks.ValueChunk.evaluate(ValueChunk.java:163)
        at com.bigzhao.xml2axml.chunks.ValueChunk.preWrite(ValueChunk.java:66)
        at com.bigzhao.xml2axml.chunks.Chunk.calc(Chunk.java:116)
        at com.bigzhao.xml2axml.chunks.AttrChunk.preWrite(AttrChunk.java:36)
        at com.bigzhao.xml2axml.chunks.Chunk.calc(Chunk.java:116)
        at com.bigzhao.xml2axml.chunks.StartTagChunk.preWrite(StartTagChunk.java:75)
        at com.bigzhao.xml2axml.chunks.Chunk.calc(Chunk.java:116)
        at com.bigzhao.xml2axml.chunks.TagChunk.preWrite(TagChunk.java:46)
        at com.bigzhao.xml2axml.chunks.Chunk.calc(Chunk.java:116)
        at com.bigzhao.xml2axml.chunks.TagChunk.preWrite(TagChunk.java:48)
        at com.bigzhao.xml2axml.chunks.Chunk.calc(Chunk.java:116)
        at com.bigzhao.xml2axml.chunks.TagChunk.preWrite(TagChunk.java:48)
        at com.bigzhao.xml2axml.chunks.Chunk.calc(Chunk.java:116)
        at com.bigzhao.xml2axml.chunks.TagChunk.preWrite(TagChunk.java:48)
        at com.bigzhao.xml2axml.chunks.Chunk.calc(Chunk.java:116)
        at com.bigzhao.xml2axml.chunks.XmlChunk.preWrite(XmlChunk.java:40)
        at com.bigzhao.xml2axml.chunks.Chunk.calc(Chunk.java:116)
        at com.bigzhao.xml2axml.chunks.Chunk.write(Chunk.java:98)
        at com.bigzhao.xml2axml.Encoder.encode(Encoder.java:83)
        at com.bigzhao.xml2axml.Encoder.encodeFile(Encoder.java:31)
        at com.bigzhao.xml2axml.test.Main.encode(Main.java:31)
        at com.bigzhao.xml2axml.test.Main.main(Main.java:19)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant