Skip to content
Half Stack edited this page Dec 13, 2017 · 15 revisions
  1. 混淆
# Router
-keep class com.chenenyu.router.** {*;}
-keep class * implements com.chenenyu.router.ParamInjector {*;}
  1. Router未对Instant Run做任何处理。在实际开发中,修改注解的频率较低,对Instant Run的影响很小。当修改了注解后,rebuild即可。

  2. 当项目包含多个module时,每个需要使用Router的module都需要配置依赖(特别是annotationProcessor),包括主app module。

  3. 其他问题,请加入qq群,截图咨询。

Clone this wiki locally