Skip to content

Commit

Permalink
docs(readme): add note for known issue
Browse files Browse the repository at this point in the history
ref: #162
  • Loading branch information
simpleton committed Jun 13, 2017
1 parent b601eeb commit bb73ff9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ res path mapping:

[Looking for more detail](doc/how_to_work.md)

## Known Issue

1. The first element of list which returned by `AssetManager#list(String path)` is empty string when you're using the APK which is compressed by 7zip. [#162](https://github.com/shwenzhang/AndResGuard/issues/162)

## Thanks

[Apktool](https://github.com/iBotPeaches/Apktool) Connor Tumbleson
Expand Down
4 changes: 4 additions & 0 deletions README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ res path mapping:

[点击查看更多细节和命令行使用方法](doc/how_to_work.zh-cn.md)

## 已知问题

1. 当时在使用7zip压缩的APK时,调用`AssetManager#list(String path)`返回结果的首个元素为空字符串. [#162](https://github.com/shwenzhang/AndResGuard/issues/162)

## 致谢

[Apktool](https://github.com/iBotPeaches/Apktool) 使用了Apktool资源解码部分的代码
Expand Down

0 comments on commit bb73ff9

Please sign in to comment.