yangchong211 / YCAppTool

🔥🔥🔥 组件化综合案例,组件分层为:基础公共组件,功能组件,业务组件,主工程。每一层组件的建设,很详细的工程案例,很全面的一个组件化实践案例。一个超级综合案例!
3.18k stars 748 forks source link

There is no route match the path [/other/xxx], in group [other][ ] #25

Open jinghuichou opened 5 years ago

jinghuichou commented 5 years ago

您好,本人刚入门组件化,可能也不太懂哈,项目跑起来后点击妹子画廊、抽奖相关的就会报这个错,然后发现是other模块没有生成相应的IRouteGroup文件。从ARouter的Issues找了下问题,大概是没有配置好ARouter,看了一下other的build.gradle的ARouter配置是kotlin的,把这行 annotationProcessor rootProject.ext.dependencies["router-compiler"] 给注掉了,改成 kapt 'com.alibaba:arouter-compiler:1.2.2' 就好了,下载的apk没问题,不知道是我哪里配置的不对。