greenDAO icon indicating copy to clipboard operation
greenDAO copied to clipboard

Duplicate Class found in modules jetified

Open abbasalid opened this issue 4 years ago • 2 comments

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......

abbasalid avatar Mar 30 '20 10:03 abbasalid

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.

greenrobot-team avatar May 04 '20 09:05 greenrobot-team

 Type net.whty.app.db.greendao.DaoMaster$OpenHelper is defined multiple times

spencerlishaobing avatar Apr 26 '22 12:04 spencerlishaobing