标签:ARouter

ARouter 接入踩坑记录

ARouter 接入踩坑记录

依赖引入 common module dependencies api 'com.alibaba:arouter-api:1.5.0' biz module dependencies android { defaultConfig { javaC

Joe.Ye Joe.Ye 2023-03-18
0 0 1
ARouter错误Failed resolution of ARouter$$Group

ARouter错误Failed resolution of ARouter$$Group

错误日志 java.lang.NoClassDefFoundError: Failed resolution of: Lcom/alibaba/android/arouter/routes/ARouter$$Group$$order_service; 路由无法跳转或者外部无法调用子模块向外部暴露的

Joe.Ye Joe.Ye 2023-03-18
0 0 1
ARouter解析之基本使用

ARouter解析之基本使用

ARouter是阿里巴巴开源的Android平台中对页面、服务提供路由功能的中间件,提倡的是简单且够用。 Github:https://github.com/alibaba/ARouter Google提供的原声路由主要是通过Intent,可以分成显示和隐式两种。显示的方案会导致类之间的直接依赖问

Joe.Ye Joe.Ye 2023-03-18
0 0 1