java.io.FileNotFoundException 和 requestFeature() must be called before adding content
前言-今天遇到了两个异常,这里记录下解决方案,怕以后忘记;FileNotFoundException产生情景:在做聊天功能,接收图片,保存到本地图片的时候;我用Bitmapbitmap=BitmapFactory.decodeFile(getIntent().getStringExtra("bitmap"));来解析url生成bitmap,然后在保存在本地,路径正确,但发生异常filenotfou