Dear Alls;
From very long time, I use File.DirRootExternal without any problem.
Now, I try to compile one of my project with same compile version but not work. It is abnormal.
Even some function work like:
File.Exists(File.DirRootExternal ,"abc.sqlite") = True work will
while
SQL1.Initialize(File.DirRootExternal ,"abc.sqlite",True) not work and even not create file if i delete previous file.
What happened with the compiler to make DirRootExternal not work
note:
I Added the following permissions in the Manifest file, but still DirRootExternal not work
AddPermission("android.permission.ACCESS_FINE_LOCATION")
AddPermission("android.permission.READ_PHONE_STATE")
AddPermission("android.permission.WRITE_EXTERNAL_STORAGE")
AddPermission("android.permission.READ_EXTERNAL_STORAGE")
Please i hope to find, first what happened with the project ?
and how can I solve to make DirRootExternal work right again with all function (like SQL.Ini...)
Thanks in advance,
Best regards
From very long time, I use File.DirRootExternal without any problem.
Now, I try to compile one of my project with same compile version but not work. It is abnormal.
Even some function work like:
File.Exists(File.DirRootExternal ,"abc.sqlite") = True work will
while
SQL1.Initialize(File.DirRootExternal ,"abc.sqlite",True) not work and even not create file if i delete previous file.
What happened with the compiler to make DirRootExternal not work
note:
I Added the following permissions in the Manifest file, but still DirRootExternal not work
AddPermission("android.permission.ACCESS_FINE_LOCATION")
AddPermission("android.permission.READ_PHONE_STATE")
AddPermission("android.permission.WRITE_EXTERNAL_STORAGE")
AddPermission("android.permission.READ_EXTERNAL_STORAGE")
Please i hope to find, first what happened with the project ?
and how can I solve to make DirRootExternal work right again with all function (like SQL.Ini...)
Thanks in advance,
Best regards