Android 9 Error: mkdir failed to create some or all directories in '/storage/emulated/0/
See original GitHub issueAny time i type the Error below, I get an error : Error: mkdir failed to create some or all directories in '/storage/emulated/0/
RNFetchBlob.fs.mkdir( RNFetchBlob.fs.dirs.SDCardDir + '/myDownloader', );
“rn-fetch-blob”: “^0.12.0”, “react-native”: “0.62.2”,
PLEASE HELP
Issue Analytics
- State:
- Created 3 years ago
- Comments:7
Top Results From Across the Web
Can't create a directory on /storage/emulated/0 on emulator
1. use mkdirs(); it will create parent folders if its not there; but mkdir wont create and hence it will return false ·...
Read more >Creation of emulated storage directory - Google Groups
Sometimes this directory is not created after a new user is added. As a result we get Zygote crashing since it cannot mountEmulatedStorage()....
Read more >Cannot create file in "/storage/emulated/0/Documents" with ...
Hi,. I am not able to create any file using "System.IO.File.Create" API at following location with my app targeted to Android 11 (...
Read more >Filesystem.mkdir not working right in Android Emulator
I am building a simple app that will download modules into internal storage in order to extend my app's capabilities.
Read more >Access app-specific files - Android Developers
Your app doesn't require any system permissions to read and write to files in these directories. Other apps cannot access files stored within...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
try to add requestLegacyExternalStorage in AndroidManifest
Still facing this issue can’t create the directory on my device.