When I use the method mkdirs()
in Android Studio I get this runtime error
Got a deoptimization request on un-DE optimizable method Boolean libcore.io.Linux.access(java.lang.String, int)
Can anyone solve it?
I wanted to make one directory in the storage, then make a file in it, but neither mkdirs()
works nor createnewfile