我开发了一个 Android 应用程序,它在 4.0 及更高版本中运行良好,但是当涉及到 2.3.4 版本时,它给出了关于 Responcecache 的异常。我按照 github:- https://github.com/candrews/HttpResponseCache进行操作。我遇到了在 2.3.4 和 2.3.6 中运行的异常。
FATAL EXCEPTION: main
java.lang.NoClassDefFoundError: com.jakewharton.DiskLruCache
at com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCache.<init>(HttpResponseCache.java:83)
at com.geeklabs.footmark.util.HttpResponseUtil.enableHttpResponseCache(HttpResponseUtil.java:41)
com.integralblue.httpresponsecache.HttpResponseCache.install(httpCacheDir, httpCacheSize);
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
如何解决这个问题请帮助我。