alibaba / ARouter

💪 A framework for assisting in the renovation of Android componentization (帮助 Android App 进行组件化改造的路由框架)
Apache License 2.0
14.45k stars 2.61k forks source link

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

Open WooYu opened 2 years ago

WooYu commented 2 years ago

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