Android开发之ARouter错误记录: There is

2023-05-09  本文已影响0人  南风知我咦
使用ARouter时出现: There is no route match the path错误
annotationProcessor 'com.alibaba:arouter-compiler:1.2.2'
 //路由注册module 名称
 javaCompileOptions {
 annotationProcessorOptions {
 includeCompileClasspath true
 arguments = [AROUTER_MODULE_NAME: project.getName()]
 }
 }

上一篇 下一篇

猜你喜欢

热点阅读