Android Question asset issue

hanyelmehy

Well-Known Member
Licensed User
Longtime User
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?
 

DonManfred

Expert
Licensed User
Longtime User
Upload a small project showing the issue.
It is unlikely that the extension is the issue.
 
Upvote 0
Top