I have BitmapScalingHelper.java:
public class BitmapScalingHelper
{
public static Bitmap decodeResource(Resources res, int resId, int dstWidth, int dstHeigh
There are some reasons may cause the error.
From the code you post,I can't find any logic error.Here are my suggestions:
Change another image and test.
Try to use ImageLoader Library like Glide or Fresco and test.