We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I put this line in my root build.gradle: maven { url "https://jitpack.io" }
and this line in my project build.gradle: implementation 'com.github.parse-community:ParseLiveQuery-Android:1.1.0'
the gradle sync runs fine but when I attempt to build I get: Error: Program type already present: com.parse.AbstractQueryController$1
Any ideas? I'm using back4app to host my parse server instance, could that be the problem?
The text was updated successfully, but these errors were encountered:
What does your Parse SDK dependency look like?
Sorry, something went wrong.
I think you mean this: implementation "com.parse:parse-android:1.17.1" correct?
That is the issue, it should be updated to implementation "com.github.parse-community.Parse-SDK-Android:parse:1.19.0" 👍
implementation "com.github.parse-community.Parse-SDK-Android:parse:1.19.0"
No branches or pull requests
I put this line in my root build.gradle:
maven { url "https://jitpack.io" }
and this line in my project build.gradle:
implementation 'com.github.parse-community:ParseLiveQuery-Android:1.1.0'
the gradle sync runs fine but when I attempt to build I get:
Error: Program type already present: com.parse.AbstractQueryController$1
Any ideas? I'm using back4app to host my parse server instance, could that be the problem?
The text was updated successfully, but these errors were encountered: