当我在我的proyect中添加greenDao Library时,我的项目不起作用,因为我有Junit测试。
testCompile 'junit:junit:4.12'
compile ('de.greenrobot:DaoGenerator:1.3.0')
有什么想法吗?
答案 0 :(得分:1)
我解决了我的问题,我改变了这个
compile ('de.greenrobot:DaoGenerator:1.3.0')
到
compile('de.greenrobot:greendao:1.3.7')