I have a problem to save Bitmaps into files. My method is like this:
private File savebitmap(Bitmap bmp) { String extStorageDirectory = Environment.getEx
Change File file = new File(bmp + ".png"); to File file = new File(extStorageDirectory,"bmp.png"); like you did nearly the second time.