android greenDao使用

仓廪实则知礼节,衣食足则知荣辱。这篇文章主要讲述android greenDao使用相关的知识,希望能为你提供帮助。
github:https://github.com/greenrobot/greenDAO
【android 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‘







    推荐阅读