I have some code that takes a zip in /assets/raw opens it and reads Bitmaps out of it.
Works great in 2.2, but in 2.1 BitmapFactory.decode() has an error reading the inputstream, in logcat I have D/skia ( 1037): --- decoder->decode returned false I should also note that my APP is opengl based, not skia based, so whatever is happening is likely happening inside Bitmap. -- 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

