Can't create a folder in Gallery, external storage
问题 I'm new in Android and I've follow this tutorial https://developer.android.com/training/camera/photobasics.html and I can't create folder in /storage/emulated/0/Pictures . private File createImageFile() throws IOException { // Create an image file name String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date()); String imageFileName = "JPEG_" + timeStamp + "_"; File storageDir = getPublicAlbumStorageDir("FileName"); if (storageDir ==null){ Toast.makeText(this, "Sorry no