greenDao 报错org.eclipse.jdt.internal.compiler.impl.CompilerOptions.versionToJdkLevel(Ljava/lang/Objec

Posted 魏军强

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了greenDao 报错org.eclipse.jdt.internal.compiler.impl.CompilerOptions.versionToJdkLevel(Ljava/lang/Objec相关的知识,希望对你有一定的参考价值。

使用greenDAO编译时报错:
Execution failed for task ‘:app:greendao’. org.eclipse.jdt.internal.compiler.impl.CompilerOptions.versionToJdkLevel(Ljava/lang/Object;)J

解决方法:


classpath ‘org.greenrobot:greendao-gradle-plugin:3.2.0’

从 app/build.gradle 移到Project build.gradle 文件中.

Example:

buildscript
repositories
jcenter()

dependencies
classpath ‘com.android.tools.build:gradle:2.3.0’
classpath ‘org.greenrobot:greendao-gradle-plugin:3.2.0’

以上是关于greenDao 报错org.eclipse.jdt.internal.compiler.impl.CompilerOptions.versionToJdkLevel(Ljava/lang/Objec的主要内容,如果未能解决你的问题,请参考以下文章

greenDao 在 qigsaw中报错Could not init DAOConfig

greenDao 在 qigsaw中报错Could not init DAOConfig

Greendao SQLiteConstraintException: NOT NULL constraint failed

Greendao SQLiteConstraintException: NOT NULL constraint failed

Greendao SQLiteConstraintException: NOT NULL constraint failed

在添加greendao 的plugin 出现?:Could not initialize class com.android.sdklib.repository.AndroidSdkHandler