I have added a SQLite database to the files folder of a project and when the DBUtils.CopyDBFromAssets function is called
(on the line File.Copy(File.DirAssets, FileName, TargetDir, FileName)
it errors out with the message:
java.io.FileNotFoundException: /data/user/0/b4a.example/files/virtual_assets/new.db: open failed: ENOENT (No such file or directory)
Can anyone suggest what the problem is?
(on the line File.Copy(File.DirAssets, FileName, TargetDir, FileName)
it errors out with the message:
java.io.FileNotFoundException: /data/user/0/b4a.example/files/virtual_assets/new.db: open failed: ENOENT (No such file or directory)
Can anyone suggest what the problem is?