Skip to content

Commit

Permalink
+ add abstract classes limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
lomanyong committed Nov 30, 2016
1 parent 39ff5a4 commit cc94888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ python freeline.py
## Limitations
- 第一次增量资源编译的时候可能会有点慢
- 不支持删除带id的资源,否则可能导致aapt编译出错
- 暂不支持抽象类的增量编译
- 不支持开启 Jack 编译
- 不支持 Kotlin/Groovy/Scala

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ python freeline.py
## Limitations
- Sync incremental resource pack to the device first time may be a bit slow
- Removing res/values is not supported, which may cause aapt exception
- Incrementally build abstract class is not support
- Not support Jack compile
- Not support Kotlin/Groovy/Scala

Expand Down

0 comments on commit cc94888

Please sign in to comment.