Skip to content

Incorrect referencing in jars #87

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ratpik opened this issue Jan 31, 2013 · 3 comments
Closed

Incorrect referencing in jars #87

ratpik opened this issue Jan 31, 2013 · 3 comments

Comments

@ratpik
Copy link

ratpik commented Jan 31, 2013

I keep getting NoClassDefFondError at runtime even though I have tried the latest and the jars from the example. Which is the correct jar to be used for this?

java.lang.NoClassDefFoundError: info.guardianproject.database.CursorWindow

@developernotes
Copy link
Member

Hi ratpik,

It looks like you might be using an older version of SQLCipher for Android. The latest version has a different package name entirely (i.e., net.sqlcipher and net.sqlcipher.database). You can get the latest binaries here.

@ratpik
Copy link
Author

ratpik commented Jan 31, 2013

Thanks! I was trying that too, it finally worked, I think eclipse was not refreshing the libraries correctly. It works now.

@developernotes
Copy link
Member

Hi ratpik,

Great, glad to hear its working for you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants