I want to know what does file:/// mean while loading a html file from the assets folder in android
file:///
Is it an absolute path name which points to the root
It is actually called file:///android_asset/index.html
file:///android_asset/index.html
file:///android_assets/index.html will give you a build error.
file:///android_assets/index.html