The correct path of the picture is obtained, but the bitmap obtained through BitmapFactory.decodeFile(picturePath) is null? What is the reason for this? Can anyone give me some advice? Thanks
滿天的星座2017-05-16 13:23:11
First check whether the file exists. If it does not exist, it will return null
.