Hi,
I’m trying to open a PDF that’s located inside the system.ResourceDirectory on Android.
When I compile using Corona Pro it works perfectly, and my Adobe Reader opens the document.
system.openURL(system.pathForFile(“Manual.pdf”, system.ResourceDirectory))
But when I compile my code using the Corona Enterprise, my Adobe Reader for Android says that “the document could not be opened”.
But when I move the document to the system.DocumentsDirectory, it works perfectly using Corona Enterprise.
No errors on console.
Any ideas?
Thanks.