android greenDao使用

Posted chenzquan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android greenDao使用相关的知识,希望对你有一定的参考价值。

github:https://github.com/greenrobot/greenDAO

先在依赖加上

compile ‘org.greenrobot:greendao-generator:3.2.2‘
compile ‘org.greenrobot:greendao:3.2.2‘

再加上插件
classpath ‘org.greenrobot:greendao-gradle-plugin:3.2.1‘

在需要生成相应greendao加上
apply plugin: ‘org.greenrobot.greendao





以上是关于android greenDao使用的主要内容,如果未能解决你的问题,请参考以下文章