I try to load the html file with this line. (I get file name from intent)
webView.loadUrl("file:///android_res/raw/content/" + file + ".html");
The html file is at:
/raw/res/content/1-introduction.html
I get this error:
The webpage at "file:///android_res/raw/content/1-introduction.html" couldn't be loaded because net:ERR_FILE_NOT_FOUND
What am I missing?