ARouter::There is no route match the path [/news/LongTime], in group [news][ ]
出现这种问题排除以下几种情况:
1.不同的模块是否有相同的一级目录,如果有可能会导致该问题。
2.每个被调用的activity的模块中必须在dependencies中添加以下依赖
annotationProcessor "com.alibaba:arouter-compiler:${rootProject.annotationProcessor}"
另外,在Application中必须先init
网友评论