We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,本人刚入门组件化,可能也不太懂哈,项目跑起来后点击妹子画廊、抽奖相关的就会报这个错,然后发现是other模块没有生成相应的IRouteGroup文件。从ARouter的Issues找了下问题,大概是没有配置好ARouter,看了一下other的build.gradle的ARouter配置是kotlin的,把这行 annotationProcessor rootProject.ext.dependencies["router-compiler"] 给注掉了,改成 kapt 'com.alibaba:arouter-compiler:1.2.2' 就好了,下载的apk没问题,不知道是我哪里配置的不对。
annotationProcessor rootProject.ext.dependencies["router-compiler"]
kapt 'com.alibaba:arouter-compiler:1.2.2'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好,本人刚入门组件化,可能也不太懂哈,项目跑起来后点击妹子画廊、抽奖相关的就会报这个错,然后发现是other模块没有生成相应的IRouteGroup文件。从ARouter的Issues找了下问题,大概是没有配置好ARouter,看了一下other的build.gradle的ARouter配置是kotlin的,把这行
annotationProcessor rootProject.ext.dependencies["router-compiler"]
给注掉了,改成kapt 'com.alibaba:arouter-compiler:1.2.2'
就好了,下载的apk没问题,不知道是我哪里配置的不对。The text was updated successfully, but these errors were encountered: