ParseLiveQuery icon indicating copy to clipboard operation
ParseLiveQuery copied to clipboard

Program type already present: okhttp3.internal.ws.WebSocketReader$FrameCallback

Open omercsoylu opened this issue 7 years ago • 1 comments

i get an error while building application.

"Program type already present: okhttp3.internal.ws.WebSocketReader$FrameCallback Message{kind=ERROR, text=Program type already present: okhttp3.internal.ws.WebSocketReader$FrameCallback, sources=[Unknown source file], tool name=Optional.of(D8)}"

my app just empty. i see this error that i add to gradle " implementation ('com.github.tgio:parse-livequery:1.0.3' "

how can i fix this ?

omercsoylu avatar Aug 07 '18 13:08 omercsoylu

Same Error Here but from my knowledge this dependencies provide some classes that are already in the android project so it creates a conflict between them.

Also, see this link for some help: https://developer.android.com/studio/build/dependencies#duplicate_classes

or use this library instead: https://github.com/parse-community/ParseLiveQuery-Android

rootass avatar Jan 24 '19 04:01 rootass