美文网首页
ARouter遇到问题

ARouter遇到问题

作者: ambitioner | 来源:发表于2019-05-15 17:09 被阅读0次

    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

    相关文章

      网友评论

          本文标题:ARouter遇到问题

          本文链接:https://www.haomeiwen.com/subject/jnhmaqtx.html