My app is caching images to the sdcard under /sdcard/android/data/
com.example.myapp/cache, then loading those images into ImageViews via
imageView.setImageURI().

This works fine in 2.2, but on 2.1 phones/emulator, I get  INFO/
System.out(440): resolveUri failed on bad bitmap uri:
file:///data/data/com.example.myapp/cache/-247985421.

I have verified that the file is successfully downloaded, exists, and
is in fact a valid image.


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to