Since the last update for android support libraries, I am having issues with importing LruCache. Eclipse, and now even android studio, keep saying that package android.suppo
craned's answer:
dependencies { compile "com.android.support:support-v4:19.0.+" }
worked for me. But (in my case at least) the '19' should match the compileSdkVersion