A network error in Phonegap on Android?

后端 未结 6 1756
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-15 05:54

I get this error. What should I do?

The path is valid and I\'ve checked it. And I\'ve made a clean and rebuilt the app again, and so forth. I really

6条回答
  •  -上瘾入骨i
    2021-01-15 06:35

    i had this problem and i fixed it like this..

    super.loadUrl("file:///android_asset/www/index.html"); 
    

    to

    super.loadUrl("file:///android_asset/www/index.htm");
    

提交回复
热议问题