-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
ParseQueryAdapter #126
Comments
I have imported your dependencies and that problem is gone , but there is a another problem that when i open the ParseQueryAdapter library there there is one issue ParseObject.getClassName(clazz) is Non-Static method. how can i solve this one.
|
Hi @amebrahimi, not 100% sure what you try to achieve but if you just want the className you can do |
These are package private methods which you shouldn't need to call on your own. You should be referencing the code in this repository as a compile library rather than copying the sources into your project. |
I had this problem as well and I was using "com.parse:parse-android:1.13.1" but when I went back to "com.parse:parse-android:1.10.0" it worked fine. |
Hi, i'm new to coding and i'm trying to build an app that contains a parse adapter , but there is no method such as isLocalDatastoreEnabled() in Parse library that you used in you're code can you please help me to understand the code when it uses isLocalDatastoreEnabled().
The text was updated successfully, but these errors were encountered: