Caused by java.lang.NullPointerException: Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null object reference

后端 未结 6 657
忘了有多久
忘了有多久 2021-02-07 01:46

I have BitmapScalingHelper.java:

public class BitmapScalingHelper
{
    public static Bitmap decodeResource(Resources res, int resId, int dstWidth, int dstHeigh         


        
6条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-07 02:13

    Simple answer : follow following steps..

    1. press long click on installed APP icon.
    2. Go to the App info section.
    3. now click on app permission section
    4. enable storage permission

    now it's working properly

    enter image description here

    enter image description here

提交回复
热议问题