Android Question [Solved]Recent app does not create "package name/files/"

KMatle

Expert
Licensed User
Longtime User
Maybe it's too early but... My recent app (all others work) does not create "File.DirDefaultExternal" (= package name / files). Writing to it with

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).
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…