ARouter 接入踩坑记录

依赖引入

  • common module dependencies
api 'com.alibaba:arouter-api:1.5.0'

  • biz module dependencies
android {
    defaultConfig {
        javaCompileOptions {
            annotationProcessorOptions {
                arguments = [AROUTER_MODULE_NAME: project.getName()]
            }
        }
    }
}

dependencies {
    annotationProcessor 'com.alibaba:arouter-compiler:1.2.2'
    implementation project(':common')
}
上一篇 Android DataBinding 采坑记录
下一篇 Android友盟推送接入踩坑记录
目录
文章列表
1 CentOS下安装Git rpm包
CentOS下安装Git rpm包
2
使用 spring-boot-admin 对 Spring Boot 服务进行监控
使用 spring-boot-admin 对 Spring Boot 服务进行监控
3
Groovy代码示例 - 正则表达式
Groovy代码示例 - 正则表达式
4
Retrofit2学习之五:自定义请求头
Retrofit2学习之五:自定义请求头
5
PHP查找字符串
PHP查找字符串
最新评论
一位WordPress评论者
一位WordPress评论者
2月12日
您好,这是一条评论。若需要审核、编辑或删除评论,请访问仪表盘的评论界面。评论者头像来自 Gravatar。