Hi,
I'm using OkHttpUtils2 to search for updates in background via a service.
Now I got this error message:
Stack Trace:
Fehlermeldung: java.lang.Exception: java.lang.NoClassDefFoundError: okhttp3/internal/platform/Platform
Stack-Trace:
java.lang.NoClassDefFoundError...
I using this code to read https page
B4X:
Activity.LoadLayout("Layout")
Dim hc As OkHttpClient
hc.InitializeAcceptAll("hc")
Dim req As OkHttpRequest...