It appears directories named private and files names that start with __ are not being included or are not being seen by the assetManager.list(path) . Is this an Android rule? Is this something specific to how eclipse behaves? Or?? Is there a way around this? I really, don’t want to rename things.
For example:
assets->dir1->private->*
assets->dir2->__test__.txt
private won’t be there
__test__.txt won’t be there.
If a filename starts with _ it will not be part of the APK. If a directory only contains files that start with _ or no files, it will not be part of the APK. I am sure there are more rules, but I didn’t see them defined anywhere.