我正在尝试在imageview中查看webp图像,其大小在200kb以下。但它显示溢出错误

时间:2018-07-31 07:23:00

标签: android webp

我在android应用程序中使用了imageview,我也尝试过使用毕加索,但它崩溃了
我正在尝试从
加载它

  ImageView hl=(ImageView)findViewById(R.id.homepag);
       Picasso.with(getApplicationContext()).load(R.drawable.s1).into(hl);

错误

 Process: com.va.androidapp, PID: 6920

java.lang.RuntimeException: Canvas: trying to draw too 
large(144000000bytes) bitmap.
        at android.view.DisplayListCanvas.throwIfCannotDraw(DisplayListCanvas.java:260)

图像细节  webp is showing overflow error in android imageview

1 个答案:

答案 0 :(得分:1)

将图像移至“高分辨率”文件夹并进行检查。这样的drawable-xhdpi。