Application Error Is a directory (file:///#android_asset/www/index.html)

后端 未结 8 1317
情书的邮戳
情书的邮戳 2020-12-29 06:17

I\'m using phonegap to develop an application on android, when I test it on my phone I get this error Application Error Is a directory (file:///#android_asset/www/inde

8条回答
  •  春和景丽
    2020-12-29 06:51

    This means, in your index.html, you are using a resource that requires internet access. See your index.html and look for any CSS, javascript or Cordova file that is linked directly from the internet. If so, you must download the related file and make it local.

    I had this same problem when I linked my Jquery mobile JS file directly like this:

    
    
                                     
                  
提交回复
热议问题