What does file:///android_asset/www/index.html mean?

后端 未结 6 839
情书的邮戳
情书的邮戳 2020-12-05 00:35

I want to know what does file:/// mean while loading a html file from the assets folder in android

Is it an absolute path name which points to the root

6条回答
  •  一整个雨季
    2020-12-05 01:38

    It is actually called file:///android_asset/index.html

    file:///android_assets/index.html will give you a build error.

提交回复
热议问题