What is the absolute path of the assets folder? I need it to reference some images saved in this folder from a html file saved in the memory device.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To load an asset into an WebView the path would be
same would go for loading an image from assets into a WebView.
However, to my knowledge you can’t load an asset from inside your apk in the devices default browser. To do this you’d first need to copy the asset from inside your apk into the phones memory.