Maybe it's too early but... My recent app (all others work) does not create "File.DirDefaultExternal" (= package name / files). Writing to it with
throws an exception
As it seems, the app does not create the folder in Android/data. Any ideas? Never had this issue (all other apps work).
B4X:
File.WriteString(File.DirDefaultExternal,"Test.dat","Test")
throws an exception
B4X:
java.io.FileNotFoundException: /storage/emulated/0/Android/data/my.package.name/files/Test.dat: open failed: ENOENT (No such file or directory)
As it seems, the app does not create the folder in Android/data. Any ideas? Never had this issue (all other apps work).