greenDAO
greenDAO copied to clipboard
Duplicate Class found in modules jetified
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......
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.
Type net.whty.app.db.greendao.DaoMaster$OpenHelper is defined multiple times