TGIO / ParseLiveQuery

Very simple and modern implementation, it lacks tests and extra functionality at this moment but i'm working on it.
Apache License 2.0
48 stars 10 forks source link

NoSuchMethodError: No virtual method setCallWebSocket #19

Open reaurr opened 7 years ago

reaurr commented 7 years ago

Hi, When I try to run the app, in logcat given this err:

java.lang.NoSuchMethodError: No virtual method setCallWebSocket(Lokhttp3/Call;)V in class Lokhttp3/internal/Internal; or its super classes (declaration of 'okhttp3.internal.Internal' appears in /data/app/com.test-2/base.apk:classes3.dex)
 at okhttp3.ws.WebSocketCall.enqueue

in my application :

public class MainApp extends Application {

    @Override
    public void onCreate() {
        super.onCreate();

        Parse.initialize(....);
        LiveQueryClient.init(WS_URL, MY_APP_ID, true);
        LiveQueryClient.connect();
    }
}
naveedahmad99 commented 7 years ago

I am facing same issue

bluetoothfx commented 7 years ago

Same here

mhdjazmati commented 6 years ago

Same issue, please fix it or at least let us know what's the problem !!