You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OkHttp refers to a class that isn't available on Dalvik. When it does so, we get this ugly warning in logcat:
W/dalvikvm( 6379): Link of class 'Lcom/squareup/okhttp/libcore/util/Libcore$JettyNpnProvider;' failed
D/dalvikvm( 6379): DexOpt: unable to opt direct call 0x3690 at 0x48 in Lcom/squareup/okhttp/libcore/util/Libcore;.setNpnProtocols
I/dalvikvm( 6379): Failed resolving Lcom/squareup/okhttp/libcore/util/Libcore$JettyNpnProvider; interface 4317 'Lorg/eclipse/jetty/npn/NextProtoNego$ClientProvider;'
The warning is benign, but it's distracting and makes OkHttp look broken!
The text was updated successfully, but these errors were encountered:
OkHttp refers to a class that isn't available on Dalvik. When it does so, we get this ugly warning in logcat:
W/dalvikvm( 6379): Link of class 'Lcom/squareup/okhttp/libcore/util/Libcore$JettyNpnProvider;' failed
D/dalvikvm( 6379): DexOpt: unable to opt direct call 0x3690 at 0x48 in Lcom/squareup/okhttp/libcore/util/Libcore;.setNpnProtocols
I/dalvikvm( 6379): Failed resolving Lcom/squareup/okhttp/libcore/util/Libcore$JettyNpnProvider; interface 4317 'Lorg/eclipse/jetty/npn/NextProtoNego$ClientProvider;'
The warning is benign, but it's distracting and makes OkHttp look broken!
The text was updated successfully, but these errors were encountered: