I updated to 1.5 SDK, together with the ADT. I followed all the instruction properly,rest of the Projects are working fine. but Movie.decodeStream(inputstream) is giving NULL. Not only decodeStream() but all the methods of Movie class returning NULL. I checked out the version notes of SDK 1.5 the Movie class is unchanged. it was working fine with Android 1.1.
Could you please suggest me any ways to solve this problem ? My code is as below. Thanks in advance, Freshman -------------------My code:------------------ InputStream is = context.getResources().openRawResource (R.drawable.gif_animation); Movie movie = Movie.decodeStream(is); --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

