Support lib LruCache throws NullPointerException: key == null || value == null for some reason
问题 I've been trying to understand how to use the LruCache to combat the problem of outOfMemory errors in the lower APIs however I've been having trouble implementing it correctly. For some reason when I try to put a Drawable and url string in cache as an identifier the system throws a nullpointerexception: Key == null || value == null error which is a new kind of error to me. I have searched around the internet but it seems no one else has had this kind of error. Any Ideas on what is going wrong