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
Post a Comment