android greenDao使用

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

基本使用:https://toutiao.io/posts/yg1kyu/preview

https://bng86.gitbooks.io/android-third-party-/content/greendao.html

 

先在依赖加上

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'
posted @ 2018-08-18 22:36  chenzquan  阅读(155)  评论(0编辑  收藏  举报