I am using PDF Viewer Library to view PDF inside an Android app. I've browsed through a lot of tutorials, one of which is Dipak's tutorial. I want to access a PDF file stored in my assets folder instead of accessing the external storage. My problem is, I can't get the "path" right. It always return file not found.
I've tried the following, still yields the same result:
- this.getAssets()
- file:///android_assets/file_name.pdf
- file:///android_asset/file_name.pdf