xml2axml icon indicating copy to clipboard operation
xml2axml copied to clipboard

🤒 xml2axml & axml2xml

Results 8 xml2axml issues
Sort by recently updated
recently updated
newest added

附件中原始的axml是org.xml,解码后得到out.xml,再次编码后就会报错: Exception in thread "main" java.lang.RuntimeException: String: '!Quest' not found at com.codyi.xml2axml.chunks.StringPoolChunk.stringIndex(StringPoolChunk.java:229) at com.codyi.xml2axml.chunks.Chunk.stringIndex(Chunk.java:126) at com.codyi.xml2axml.chunks.AttrChunk.writeEx(AttrChunk.java:41) at com.codyi.xml2axml.chunks.Chunk.write(Chunk.java:98) at com.codyi.xml2axml.chunks.StartTagChunk.writeEx(StartTagChunk.java:90) at com.codyi.xml2axml.chunks.Chunk.write(Chunk.java:98) at com.codyi.xml2axml.chunks.TagChunk.writeEx(TagChunk.java:55) at com.codyi.xml2axml.chunks.Chunk.write(Chunk.java:98) at com.codyi.xml2axml.chunks.TagChunk.writeEx(TagChunk.java:56) at com.codyi.xml2axml.chunks.Chunk.write(Chunk.java:98)...

**Describe the bug** Got the following output while trying to decode a manifest file (attached inside the zip): `java.io.IOException: Expected chunk of type 0x80003, read 0x4dbdbfef. at android.content.res.ChunkUtil.readCheckType(ChunkUtil.java:31) at android.content.res.AXmlResourceParser.doNext(AXmlResourceParser.java:770)...

**Describe the bug** AndroidManifest.xml have chinese Chinese messy code **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4....

java.lang.ArrayIndexOutOfBoundsException: Index 4296 out of bounds for length 4296 at android.content.res.StringBlock.getShort(StringBlock.java:231) at android.content.res.StringBlock.getString(StringBlock.java:91) at android.content.res.AXmlResourceParser.getNamespacePrefix(AXmlResourceParser.java:182) at com.codyi.xml2axml.test.AXMLPrinter.decode(AXMLPrinter.java:82) at com.codyi.xml2axml.test.AXMLPrinter.main(AXMLPrinter.java:46) at com.codyi.xml2axml.test.Main.decode(Main.java:37) at com.codyi.xml2axml.test.Main.main(Main.java:21)

Bumps commons-io from 1.4 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=1.4&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Hi, encoding the attached AndroidManifest.xml fails with the following exception: ``` @null:style/ThemeAppCompatFileManagerActivity=0x0 java.lang.NumberFormatException: For input string: "tools_hidden_zone" at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.base/java.lang.Integer.parseInt(Integer.java:652) at com.codyi.xml2axml.DefaultReferenceResolver.resolve(DefaultReferenceResolver.java:21) at com.codyi.xml2axml.chunks.ValueChunk.evaluate(ValueChunk.java:154) at com.codyi.xml2axml.chunks.ValueChunk.preWrite(ValueChunk.java:65) at com.codyi.xml2axml.chunks.Chunk.calc(Chunk.java:114) at...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1.反编译xml 2.修改xml字段(我修改的是Application的android:name字段) 3.回编译xml 4.打包的项目中出现无法安装 5.报错 I: 开始回编译 [app-debug.apk] I: Using...