[android-developers] Re: skia : error in decode file

2008-10-05 Thread Sudha
Hi My code is like imageStream = new FileInputStream(new File(""+imageNames[position])); imageShow = BitmapFactory.decodeFile(""+imageNames[position]); imageStream.close(); for the first image, position = 0 its coming fine but from next image onwards its showing the skia exception --~--~---

[android-developers] Re: skia : error in decode file

2008-10-03 Thread Mike Reed
Can you include more of the code snippet? On Oct 3, 2008, at 12:09 PM, Sudha wrote: Hi I had a strange problem I am reading the images from the sdcard which are taken using the camera in a for loop . 1st image is coming fine and from second image onwards I am getting skia fialure reada