Can't create folder on external storage on android
问题 My development phone is a Nexus 5 , running Android 4.4.2 . In my application, I am attempting to create a folder on external storage that will store debug information for my application. Basically it will contain all the commands executed by the application, so that when a user encounters a problem, I have the option of having them send me the information from the debug folder to analyse. I started off by trying to write a file to the folder, but found there was an error creating the folder.