com'on guys, Has anyone faced this issue with Android 1.5 ? OR Is there anyone whose Movie.decodeStream(inputstream) is working fine with Android 1.5 ?
On May 22, 3:52 pm, Freshman <csato...@gmail.com> wrote: > I've updated to 1.5 SDK, together with the ADT. > I followed all the instruction properly. > Rest of the Projects are working fine. > but in my current application Movie.decodeStream(inputstream) is > returning null. > It was working fine with Android 1.1 version. > > Has anyone faced this issue when using 1.5 version ? > Any info/help on this would be appreciated. > > My code is as below. > > -------------------My Code:------------------ > InputStream is = context.getResources().openRawResource > (R.drawable.gif_animation); > Movie movie = Movie.decodeStream(is); > > Thanks in advance, > freshman --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---