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
In my case I was porting an Android Googlemaps app API1 to API2, and after many hours I realized I was not adding
C:\Program Files\..(your_path_).. ..\adt-bundle-windows-x86_64\sdk\extras\android\support\v4
to External Libraries..
Hope this helps