You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: