-
Notifications
You must be signed in to change notification settings - Fork 228
Q&A
Half Stack edited this page Dec 13, 2017
·
15 revisions
- 混淆
# Router
-keep class com.chenenyu.router.** {*;}
-keep class * implements com.chenenyu.router.ParamInjector {*;}
-
Router未对Instant Run做任何处理。在实际开发中,修改注解的频率较低,对Instant Run的影响很小。当修改了注解后,
rebuild
即可。 -
当项目包含多个module时,每个需要使用Router的module都需要配置依赖(特别是annotationProcessor),包括主app module。
-
其他问题,请加入qq群,截图咨询。