Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hzw1199 committed Sep 20, 2019
1 parent e1cd95e commit 4a667dd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# xml2axml

Encode xml to axml OR decode xml from axml

* encode
```
java -jar xml2axml e [AndroidManifest-readable.xml] [AndroidManifest-bin.xml]
```
* decode
```
java -jar xml2axml d [AndroidManifest-bin.xml] [AndroidManifest-readable.xml]
```

Note
This project is based on [This project](https://github.com/l741589/xml2axml)

0 comments on commit 4a667dd

Please sign in to comment.