GreenDao Make Project失败

GreenDao Make Project失败

新建的项目中引入GreenDao以后写完实体 make project报错 然后没有办法生成greendaomaster和实体类

下面是我build.gradle(app)的代码

apply plugin: 'com.android.application'
apply plugin: 'org.greenrobot.greendao' // apply plugin
android {
    compileSdkVersion 29
    buildToolsVersion "29.0.3"

    defaultConfig {
        applicationId "com.example.mygreenlearn"
        minSdkVersion 15
        targetSdkVersion 29
        versionCode 1
        versionName "1.0"

        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }

    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
        }
    }

}

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'org.greenrobot:greendao:3.2.2' // add library
    implementation 'androidx.appcompat:appcompat:1.1.0'
    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'androidx.test.ext:junit:1.1.1'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
}

以下是build.gradle(项目)代码

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    
    repositories {
        google()
        jcenter()
        
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.6.1'

        classpath 'org.greenrobot:greendao-gradle-plugin:3.2.2' // add plugin
        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

allprojects {
    repositories {
        google()
        jcenter()
        
    }
}

task clean(type: Delete) {
    delete rootProject.buildDir
}

http://img1.sycdn.imooc.com//climg/5e60ee1b09fed8da25961238.jpg


Android Gradle Plugin Version:3.6.1

Gradle Version:5.6.4

正在回答

登陆购买课程后可参与讨论,去登陆

2回答

1)一般如果环境出现问题的话,才报这样的错。你先创建一个项目,测试能否正确运行。2)如果能运行,再把你src下的三块内容,一起复制到你新建的项目中,并进行依赖,再进行测试。如果解决了你的疑惑,请采纳,祝学习愉快~ 

  • buu_lty 提问者 #1
    谢谢老师 发现问题了 是我jdk版本的问题 我用的是jdk11 这个greendao最高只能是jdk8下和gradle6.0以下运行
    2020-03-06 10:57:19
提问者 buu_lty 2020-03-05 20:25:29

在repositories里面加上了mavenCentral()  也是这样

问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
2.Android 网络操作与流行框架
  • 参与学习           人
  • 提交作业       220    份
  • 解答问题       1800    个

本阶段是联网及数据处理的必备技能。课程从网络基础知识到线程间协同工作、异步下载处理;从文件存储、到轻量级数据库SQLite的使用;最后利用最流程的第三方框架助你快速开发企业级APP。

了解课程
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师