我在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)
答案 0 :(得分:1)
将图像移至“高分辨率”文件夹并进行检查。这样的drawable-xhdpi。