1. 程式人生 > >android greenDao使用

android greenDao使用

org roi github apply adl clas gre 依賴 -c

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