Search code examples
androidresourcesassets

How to check Android Asset resource?


I want to check, whether a file exists or not in the /assets/ folder. How could I do it? Please help.


Solution

  • You have to perform your own checks. As I know, there is no method for this job.