我正在从JSon将图像加载到图像视图中.JSon只带来图像URL的路径.我正在使用毕加索设定价值.但是它会给某些图像带来错误,而对于休息则它会正常工作.
Picasso.with(context).load(rowItem.getProductImages().get(0)).into(holder.productImageView);
Run Code Online (Sandbox Code Playgroud)
错误是:
2771-2793/com.koove E/art? Throwing OutOfMemoryError "Failed to allocate a 31961100 byte allocation with 4194304 free bytes and 27MB until OOM"
03-25 09:53:23.666 2771-2793/com.koove D/skia? --- decoder->decode returned false
Run Code Online (Sandbox Code Playgroud) android ×1