Skip to content
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

java.lang.ClassNotFoundException: Didn't find class "io.reactivex.functions.Predicate" #891

Closed
rusxakep opened this issue Jul 6, 2018 · 2 comments
Assignees
Labels

Comments

@rusxakep
Copy link

rusxakep commented Jul 6, 2018

Proguard problem? What's problem?

Call: DefaultStorIOSQLite.builder() cause next exception:

Caused by: java.lang.ClassNotFoundException: Didn't find class "io.reactivex.functions.Predicate" on path:
......
at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
at com.pushtorefresh.storio3.sqlite.impl.DefaultStorIOSQLite$Builder com.pushtorefresh.storio3.sqlite.impl.DefaultStorIOSQLite.builder() (DefaultStorIOSQLite.java:162)

@nikitin-da
Copy link
Collaborator

Hi, @rusxakep
Did you add rxjava2 dependency explicitly?
implementation 'io.reactivex.rxjava2:rxandroid:2.1.16

@nikitin-da nikitin-da self-assigned this Jul 6, 2018
@rusxakep
Copy link
Author

rusxakep commented Jul 6, 2018

Old code, new rules. Ok, accepted. Sorry for that.

@rusxakep rusxakep closed this as completed Jul 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants