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.support.v4.util does not exist.
I am using actionbarsherlock and it has included android support v4 and shows no errors. My application was working fine before this last SDK update. What has changed? How do I fix this?
Here is the error that shows:
java: /Users/amit/App/src/com/app/EMCache.java:5: package android.support.v4.util does not exist java: /Users/amit/App/src/com/app/EMCache.java:9: cannot find symbol symbol : class LruCache location: class com.app.EMCache java: /Users/amit/App/src/com/app/EMCache.java:20: cannot find symbol symbol : class LruCache location: class com.app.EMCache
In my case, the solution was eventually found as documented here:
<sdk>/extras/android/support/v4/android-support-v4.jar
) into your application's project libs/ directory.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With