java.lang.NoClassDefFoundError with HttpResponseCache and DiskLruCache
问题 I´m trying test this cache Library in a new project Android. When I run the project, I get this Logcat: 01-24 03:45:31.109: E/AndroidRuntime(1983): FATAL EXCEPTION: main 01-24 03:45:31.109: E/AndroidRuntime(1983): Process: com.test_cache, PID: 1983 01-24 03:45:31.109: E/AndroidRuntime(1983): java.lang.NoClassDefFoundError: com.jakewharton.DiskLruCache 01-24 03:45:31.109: E/AndroidRuntime(1983): at com.integralblue.httpresponsecache.compat.libcore.net.http.HttpResponseCache.<init>