alibaba / freeline

A super fast build tool for Android, an alternative to Instant Run
https://www.freelinebuild.com/
BSD 3-Clause "New" or "Revised" License
5.48k stars 623 forks source link

APk #982

Closed qingweiSun closed 4 years ago

qingweiSun commented 6 years ago

release打出的包,会比不集成freeline大吗

iyzwei4666 commented 6 years ago

你自己打包对比不就知道了吗

dede1314 commented 5 years ago

是否会影响 release 打包? Freeline 对 release 打包几乎没有影响。Freeline 在 release 打包的时候自动添加的是no-op的 runtime 依赖,对FreelineCore.init(this);函数是一个空实现。如果你开启了 Application 代理的话,更是基本上毫无影响,请放心使用。 如果你还是实在放心不下的话,可以在打 release 包的时候,把 freeline 相关的内容注释掉,然后 clean and build。

https://www.jianshu.com/p/5ab0d2a7db2d