We're trying to use File.Copy to copy files like filename.zip (around 30 MB) from the assets folder, but we encounter a java.io.FileNotFoundException.
However, if we rename the file to use a different extension (e.g., from filename.zip to filename.db), the copy works without any issues.
Any suggestions on how to handle this properly?
However, if we rename the file to use a different extension (e.g., from filename.zip to filename.db), the copy works without any issues.
Any suggestions on how to handle this properly?