Unable to hit the local file in android studio -


i have created project on android studio works fine when come change local hitting page local page located in assets floder under www folder, location path try use following code:

mywebview.loadurl("../assets/www/pages/splashscreen.html"); 

i unable hit local pages. these line of code works fine

mywebview.loadurl("http://www.google.com"); mywebview.loadurl("http://www.facebook.com"); 

why can not able hit local pages

 mywebview .loadurl("../assets/www/pages/splashscreen.html"); 

where wrong ?

someone please me out.

thanks in advance.


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -