Skip to content

Commit fd4efc5

Browse files
committed
add build from source XML
1 parent 3404b3a commit fd4efc5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ Usage:
2626
</details>
2727

2828
#### 1- Decompile
29-
Decompiles resources of apk to human readable json string.
29+
* Decompiles resources of apk to human readable json string.
30+
* Decompiles resources of apk to XML source code (for un-obfuscated apk only). Use ``` -t xml ```
3031
<details> <summary><code>java -jar APKEditor.jar <b>d</b> -i path/to/your-file.apk</code></summary>
3132

3233
```ShellSession
@@ -43,7 +44,7 @@ Output: test_json
4344
</details>
4445

4546
#### 2- Build
46-
Builds back to apk from decompiled json files
47+
Builds back to apk from decompiled json/XML files
4748
<details> <summary><code>java -jar APKEditor.jar <b>b</b> -i path/to/decompiled-directory</code></summary>
4849

4950
```ShellSession

0 commit comments

Comments
 (0)