greenrobot / greenDAO

greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.
http://greenrobot.org/greendao/
12.63k stars 2.89k forks source link

I use old generator project and with newest Gradle plugin occur a problem #517

Closed Bertkiing closed 7 years ago

Bertkiing commented 7 years ago

Now I use old generator project and with newest Gradle plugin ,I have found a question. In details , I just use the generator project to create DaoMaster,DaoSession,DAOs, but because of the gradle plugin ,which can generate automatically , that 's bomb. two DaoMaster....., how to solve?

greenrobot commented 7 years ago

Only use one. Either generator or gradle plugin.

evgentset commented 7 years ago

Hi, let's assume I want to use generator (as I use multiple schemas). May I use greendao 3? Or I must use greendao 2 with generator? Sorry, but I haven't found the answer in documentation.