E/dalvikvm﹕ Could not find class 'com.qiniu.android.http.ResponseHandler', referenced from method com.qiniu.android.http.HttpManager.postEntity
E/AndroidRuntime﹕ FATAL EXCEPTION: main
java.lang.NoClassDefFoundError: com.qiniu.android.http.AsyncHttpClientMod
compile files('libs/android-async-http-1.4.9.jar')
compile files('libs/happy-dns-0.2.4.jar')
compile files('libs/qiniu-android-sdk-7.0.8.jar')
看一下这个文档吧
http://kb.qiniu.com/5w995tk1
注 1.4.9 的版本 jar 包有兼容性问题, 需要编译运行在 Android SDK 23 版本及以上, 所以建议使⽤ 1.4.6~1.4.8 版本