首页 > 移动平台 > 详细

android greenDao使用

时间:2018-08-18 22:58:03      阅读:186      评论:0      收藏:0      [点我收藏+]

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使用

原文:https://www.cnblogs.com/zquan/p/9499023.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!