Android Studio 3.0+上的Kapt问题(TargetApi)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android Studio 3.0+上的Kapt问题(TargetApi)相关的知识,希望对你有一定的参考价值。

在升级到最新的android Studio 3.0.1之后,我使用Kapt注释处理遇到了一些错误。

错误:

e:     @TargetApi(Build.VERSION_CODES.LOLLIPOP)
e:                                   ^
e:   symbol:   variable LOLLIPOP
e:   location: class VERSION_CODES
e: C:code
eposandroidappuild	mpkapt3stubsCustomView.java:82: error: annotation @TargetApi is missing a default value for the element 'value'


e: java.lang.IllegalStateException: failed to analyze: org.jetbrains.kotlin.kapt3.diagnostic.KaptError: Error while annotation processing
    at org.jetbrains.kotlin.analyzer.AnalysisResult.throwIfError(AnalysisResult.kt:57)
    at org.jetbrains.kotlin.cli.jvm.compiler.KotlinToJVMBytecodeCompiler.compileModules(KotlinToJVMBytecodeCompiler.kt:138)
    at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:154)
    at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:58)
    at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.java:103)
...

有关:

ext.kotlin_version = '1.1.51'
...gradle-4.1-all.zip
compileSdkVersion 26

在项目中还有其他libs使用注释处理(dagger,butterknife)。 TargetApi存在多个错误。这不是View问题本身。

有人有类似的情况?有小费吗?

答案

最后我找到了原因。我们使用旧的lib:

com.path:android-priority-jobqueue:1.1.2 

它有旧的Android依赖项。

com.path:android-priority-jobqueue:1.1.2
com.google.android:android:2.2.1
commons-logging:commons-logging:1.1.1
org.apache.httpcomponents:httpclient:4.0.1
org.apache.httpcomponents:httpcore:4.0.1
commons-logging:commons-logging:1.1.1
commons-codec:commons-codec:1.3
org.khronos:opengl-api:gl1.1-android-2.1_r1
xerces:xmlParserAPIs:2.6.2
xpp3:xpp3:1.1.4c
org.json:json:20080701

以上是关于Android Studio 3.0+上的Kapt问题(TargetApi)的主要内容,如果未能解决你的问题,请参考以下文章

错误:将 Android Studio 更新到 3.2 后,无法更改配置 ':android:kapt' 的属性

不工作:Android Studio 3.2 Canary11 + 3.2.0-alpha11 for kapt with com.android.databinding

任务应用程序执行失败:Android Studio 3.0 Beta 2 上的transformClassesWithDesugarForDebug 错误

Android DataBinding KAPT 增量支持

android studio 3.0 android profiler怎么看

Android - Android Studio 3.0去掉方法参数提示