I want to list folders and files in asset folder, but I find out i empty. I searched for the answer but it did not helped, on google, stackoverflow and many others.
I tried many approaches with AssetManager and only that gave some output was:
getAssets().list("/");
But assets folder it listed was empty...
I run application from eclipse (device on usb). Can anyone tell me what I do wrong? I have feeling that assets folder I open is not form my application...
Thanks in advance!