Skip to content
New issue

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

run 的时候偶现报错 #40

Closed
zqlq4ever opened this issue Jun 7, 2022 · 1 comment
Closed

run 的时候偶现报错 #40

zqlq4ever opened this issue Jun 7, 2022 · 1 comment

Comments

@zqlq4ever
Copy link

【平台环境】:windows
【Android Studio版本】:chipmunk| 2021.2.1 Patch 1
【编译使用Java版本】:jdk11
【kotlin版本】: id 'org.jetbrains.kotlin.android' version '1.7.0-RC2' apply false
【gradle-plugin版本】:https://services.gradle.org/distributions/gradle-7.3.3-bin.zip
【gradle-wrapper版本】:gradle-7.3.3-bin.zip
【drouter版本】:drouter-api:2.2.1
【复现步骤】:run 的时候会偶现
【期望结果】:正常运行app
【日志】:
051a26b7612759c9921df74bda4f11d

@zqlq4ever zqlq4ever changed the title run 的时候偶先报错 run 的时候偶现报错 Jun 7, 2022
@weigao123
Copy link
Collaborator

看起来和incremental有关,试一下增加这个配置看看

apply plugin: 'com.didi.drouter'
drouter {
incremental = false
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants