标签: android animated webp
像这样使用webp
Bitmap bitmap = BitmapFactory.decodeResource(getResources(), R.raw.webp); imageView.setImageBitmap(bitmap);
webp没问题。但动画webp无法解码位图。