net.sqlcipher.database.SQLiteException: table "userinfo" already exists

I’m using existing sqlcipher db with greendao for mapping my class to table in sqlcipher db i have created UserInfo class with @Entity annotation but i’m getting table already exists error. if i remove the @Entity annotation from UserInfo class getDaoSession gives me nothing no table at all. My Question is how to register class with existing db so that daoClass can give me data?

Hi @M_Nouman

This question is specific to greenDAO. You might consider reaching out to their support here instead. Thanks!

A post was split to a new topic: SQLCipher Regex Support