Arouter

ARouter github
ARouter基本配置踩坑

解决There is no route matched the path

宿主app必须依赖所有使用路由的module,使用路由的module间不用相互依赖

(如:modue_A是宿主APP,module_B和module_C之间有相互跳转的操作,则只需在宿主module_A的gradle中配置compile project(':module_B')和compile project(':module_C'))

你可能感兴趣的:(Arouter)