You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm using your libraries in order to get and encrypted Andorid sqlite database and I have a problem. I have a Java class that creates 5 tables in the same database, and I get an sql logic error when the code tries to create them. The code didn't fail when I use sqlite libraries instead of sqlcipher, but If I create only 3 tables instead of creating 5 tables the code works with sqlcipher... it's so strange, could you give me some help please?