alibaba / ARouter

💪 A framework for assisting in the renovation of Android componentization (帮助 Android App 进行组件化改造的路由框架)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is no route match the path [/arouter/service/interceptor]

WooYu opened this issue · comments

commented

SDK版本
compile 'com.alibaba:arouter-api:1.5.1'
kapt 'com.alibaba:arouter-compiler:1.5.1'

问题描述:
Android 11,app作为内置应用,使用Arouter会报异常:There is no route match the path [/arouter/service/interceptor]。但是如果覆盖安装一次,就可以正常使用Arouter