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
I got different version 1.4.5 snapshots (Jars), like android-async-http-1.4.5.jar, android-async-http-1.4.5-20140324.223512-3.jar and couldn't make it work on Eclipse (latest today). It gives me NoClassDefFoundError AsyncHttpClient.... in runtime only. Is it related to the Dalvik optimizations? Doesn't Eclipe know how to handle it?
Added the com.loopj. package to my project and couldn't get it compiled.
Something weird with this problem. Strugling with this bug for days now. Will be monitoring answers.
I've implemented jloop using the 1.4.4 jar file. When I receive a 404 not found I get a null pointer exception :
Which indicates error at liine 191 of JsonHttpResponseHandler but that file in GIT only has 169 lines in it.
I can get rid of the exception by overriding this onFailure():
in my JsonHttpResponseHandler callback
Here's the 404:
The text was updated successfully, but these errors were encountered: