java lang Verify Error making request on android -


i'm trying make request restful api android app using retrofit make request, signpost authenticate , retrofit-signpost connect 2 i'm getting error on request:

java.lang.verifyerror: com/squareup/okhttp/internal/http/httpconnection$abstractsource

any idea why might be?

edit: logcat error log:

07-02 09:15:30.626 28584-29830/com.example e/dalvikvm﹕ not find class 'okio.forwardingtimeout', referenced method com.squareup.okhttp.internal.http.httpconnection$abstractsource.<init>

turns out using outdated version of okio didn't include needed class. downloaded latest 1 square/okio's github site , worked.


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -