Tencent / tinker

Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk.
Other
17.14k stars 3.33k forks source link

upgrade androidX should add `android.enableJetifier=true` #1440

Closed youxiachai closed 4 years ago

youxiachai commented 4 years ago

if `android.enableJetifier=false will throw exception

Task :app:compileDebugJavaWithJavac FAILED Gradle may disable incremental compilation as the following annotation processors are not incremental: tinker-android-anno-1.9.14.5.jar (com.tencent.tinker:tinker-android-anno:1.9.14.5). Consider setting the experimental feature flag android.enableSeparateAnnotationProcessing=true in the gradle.properties file to run annotation processing in a separate task and make compilation incremental. 错误: 无法访问Keep 找不到android.support.annotation.Keep的类文件 1 个错误

tencent-adm commented 4 years ago

CLA assistant check
All committers have signed the CLA.