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

上一篇:iOS企业版应用发布(部分低版本系统)无法安装到最新版app的问题-缓存导致


下一篇:Android开发——Drawable与Bitmap知识