尝试在 BlackBerry 中为 GifImage 设置动画时出现 ClassCastException。我尝试了很多方法,但都导致了那个异常。我参考了 BlackBerry 知识中心文章“显示动画 GIF ”,并在我的主屏幕中尝试了以下代码。我还尝试使用“动画 GIF ”博客文章中的 @swati 的代码。我的错误是什么?
GIFEncodedImage bitmapImage=(GIFEncodedImage)GIFEncodedImage.getEncodedImageResource("CuteCapLa4.gif"); //**Getting Exception at this line**
AnimatedGIFField image_field=new AnimatedGIFField(bitmapImage);
add(image_field);