I am pretty sure that this is possible, but would just like to check.
I would like to know how to access a file that is within an apk. The file gets added to the apk when I build, but I am not sure how to specify the location of the file (relative path). I have given the relative path but that does not seem to work.
Has anyone tried this?
If the file is in your “assets” folder in the APK, then you can access it like this:
where
FILENAMEis the file name including path relative to the assets folder