Skip to content

Error when adding ParseLiveQuery to build gradle #102

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
Myk-da-Beast opened this issue Mar 22, 2019 · 3 comments
Closed

Error when adding ParseLiveQuery to build gradle #102

Myk-da-Beast opened this issue Mar 22, 2019 · 3 comments

Comments

@Myk-da-Beast
Copy link

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?

@Jawnnypoo
Copy link
Member

What does your Parse SDK dependency look like?

@Myk-da-Beast
Copy link
Author

I think you mean this:
implementation "com.parse:parse-android:1.17.1"
correct?

@Jawnnypoo
Copy link
Member

Jawnnypoo commented Mar 22, 2019

That is the issue, it should be updated to implementation "com.github.parse-community.Parse-SDK-Android:parse:1.19.0" 👍

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