Hi guys,
I am new to Android and i've updated android 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.
it was working fine with Android 1.1.

Could you please suggest me any ways to solve this problem ?
My code is 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 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to