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

Duplicate Class found in modules jetified #1022

Open abbasalid opened 4 years ago

abbasalid commented 4 years ago

Hello , I am trying to implement Gadgetbridge App as module dependency in my project but I am getting the following error @greenrobot-team Duplicate class de.greenrobot.dao.AbstractDao found in modules jetified-greendao......

greenrobot-team commented 4 years ago

First of all, try to clean and re-build.

Then, check that you do not include the greenDAO library multiple times. E.g. run gradlew :app:dependencies to check your dependency configurations.

spencerlishaobing commented 2 years ago
 Type net.whty.app.db.greendao.DaoMaster$OpenHelper is defined multiple times