I'm building a lua application with Corona SDK.
On Android device, I'm finding not possible to open files (such us json files) from DocumentsDirectory subdirectories after successfully downloaded with network.download. However that does work in Corona Simulator!
So no success with Android device. On the device, just the files downloaded at DocumentsDirectory root can be opened with no problems, but not the ones placed in subdirectories. As I say, Corona Simulator does work well.
Any ideas, please?