在我的android应用程序中,我使用通用图像加载程序来显示来自url的图像。在加载图像时,我希望显示一个gif图像。但是添加的gif图像没有显示任何动画。这是我用来显示图像的代码。
private static final DisplayImageOptions.Builder DEFAULT_DISPLAY_IMAGE_OPTIONS_BUIDLER = new DisplayImageOptions.Builder()
.imageScaleType(ImageScaleType.IN_SAMPLE_POWER_OF_2)
.displayer(new F
这不是关于创建一个在应用程序加载后加载的“闪屏”。
我正在尝试让动画gif在安卓的中工作(“定义启动主题”一节)
当我添加一个非动画图像时,launch_background.jpg它看起来很好。但是当我添加一个带有动画(launch_background.gif)的gif图像时,它显示为静态图像。
我关注了,但当我运行flutter应用程序时,我得到了这个错误:
Launching lib\main.dart on SM J610F in debug mode...
Initializing gradle...
FAILURE: Build failed with an exception