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

Removed the old Dao classes... #425

Closed slott closed 7 years ago

slott commented 8 years ago

After updating to version 3 I've made sure everything compiles and runs. Next step was to delete the old build script and rely on the new Gradle plugin to auto-generate the DAO classes.

I've added the needed lines to my gradle script but the dao files are not generated at all. The target directory library/databasemanager/build/generated/source/greendao/com/android/vivino/databasemanager/greendao/ is created but remains empty.

For our project everything database related is in a library project - not sure if thats the problem here.

Any help to figure this out would be very welcome.

greenrobot commented 8 years ago

Are you using version 3.1.1?

greenrobot-team commented 7 years ago

No response. Closing. -ut