Arouter使用中遇到的问题
2019-06-25 本文已影响0人
易水寒兮风潇潇
转跳模块一直提示W/ARouter::: ARouter::There is no route match the path [/xxx/xxx], in group [xxx][ ]"
网上一堆资料都是说path路径有重名或者没有目标模块没有依赖arouter_comper插件,但是我排插了半天没有发现任何问题,最后发现是kotlin项目中
必须这样配置:
如果用java的发送配置也会出现ARouter::There is no route match the path [/xxx/xxx], in group [xxx][ ]的错误,再次记录一下